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:
@@ -26,7 +26,6 @@ acceptance_tests(
|
||||
"docker",
|
||||
"elastic",
|
||||
"exclusive",
|
||||
"flaky",
|
||||
"pgm",
|
||||
"no_windows",
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user