Merge branch 'stable-2.16'

* stable-2.16:
  Elasticsearch tests: Remove the flaky tag from BUILD files

Change-Id: I8483fe8948510979baacc078e61b21ee8a10f85f
This commit is contained in:
David Pursehouse
2019-03-13 08:39:37 +09:00
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",