Elasticsearch tests: Remove the flaky tag from BUILD files

As they all pass now after merging a fix for the below linked issue.

Bug: Issue 10591
Change-Id: Ib889e57beba8a9a85dab5ff32f1916f8ebe39512
This commit is contained in:
Marco Miller
2019-03-12 14:52:57 -04:00
committed by David Pursehouse
parent f3db4fee35
commit 4729d7de86
2 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ acceptance_tests(
"docker",
"elastic",
"exclusive",
"flaky",
"pgm",
"no_windows",
],

View File

@@ -65,7 +65,7 @@ ELASTICSEARCH_TAGS = [
name = "elasticsearch_query_%ss_test_V6" % name,
size = "large",
srcs = [src],
tags = ELASTICSEARCH_TAGS + ["flaky"],
tags = ELASTICSEARCH_TAGS,
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name],
) for name, src in ELASTICSEARCH_TESTS_V6.items()]
@@ -73,7 +73,7 @@ ELASTICSEARCH_TAGS = [
name = "elasticsearch_query_%ss_test_V7" % name,
size = "large",
srcs = [src],
tags = ELASTICSEARCH_TAGS + ["flaky"],
tags = ELASTICSEARCH_TAGS,
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + [
"//lib/httpcomponents:httpasyncclient",
"//lib/httpcomponents:httpclient",