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",
|
"docker",
|
||||||
"elastic",
|
"elastic",
|
||||||
"exclusive",
|
"exclusive",
|
||||||
"flaky",
|
|
||||||
"pgm",
|
"pgm",
|
||||||
"no_windows",
|
"no_windows",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ ELASTICSEARCH_TAGS = [
|
|||||||
name = "elasticsearch_query_%ss_test_V6" % name,
|
name = "elasticsearch_query_%ss_test_V6" % name,
|
||||||
size = "large",
|
size = "large",
|
||||||
srcs = [src],
|
srcs = [src],
|
||||||
tags = ELASTICSEARCH_TAGS + ["flaky"],
|
tags = ELASTICSEARCH_TAGS,
|
||||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name],
|
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name],
|
||||||
) for name, src in ELASTICSEARCH_TESTS_V6.items()]
|
) for name, src in ELASTICSEARCH_TESTS_V6.items()]
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ ELASTICSEARCH_TAGS = [
|
|||||||
name = "elasticsearch_query_%ss_test_V7" % name,
|
name = "elasticsearch_query_%ss_test_V7" % name,
|
||||||
size = "large",
|
size = "large",
|
||||||
srcs = [src],
|
srcs = [src],
|
||||||
tags = ELASTICSEARCH_TAGS + ["flaky"],
|
tags = ELASTICSEARCH_TAGS,
|
||||||
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + [
|
deps = ELASTICSEARCH_DEPS + [QUERY_TESTS_DEP % name] + [
|
||||||
"//lib/httpcomponents:httpasyncclient",
|
"//lib/httpcomponents:httpasyncclient",
|
||||||
"//lib/httpcomponents:httpclient",
|
"//lib/httpcomponents:httpclient",
|
||||||
|
|||||||
Reference in New Issue
Block a user