From 0fcb6ac40bbb30775604440a9e6973fc6620dfff Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 28 Apr 2017 10:45:24 +0200 Subject: [PATCH] Remove 'flaky' tag from elasticsearch tests Now the elasticsearch implementation is considered stable enough for experimental usage, and is mentioned as such in the 2.14 release notes, we should remove the "flaky" tag so that the tests get run on CI. Change-Id: I225a902b74730afbc763a0989b4ce7d7481fed42 --- gerrit-elasticsearch/BUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/gerrit-elasticsearch/BUILD b/gerrit-elasticsearch/BUILD index 8c94830dd1..0affa12730 100644 --- a/gerrit-elasticsearch/BUILD +++ b/gerrit-elasticsearch/BUILD @@ -52,10 +52,8 @@ junit_tests( name = "elasticsearch_tests", size = "large", srcs = glob(["src/test/java/**/*Test.java"]), - flaky = 1, tags = [ "elastic", - "flaky", ], deps = [ ":elasticsearch",