Revert "Bazel: Disable elastic search test on Bazel CI"
Fixed the tests, so skipping them is no longer required.
This reverts commit dd7f60e6c9
.
Change-Id: Ib9e3bb56745dbeeb43f9ecf2184b9dfbe55c245b
This commit is contained in:
@@ -52,11 +52,9 @@ junit_tests(
|
|||||||
size = "large",
|
size = "large",
|
||||||
srcs = glob(["src/test/java/**/*Test.java"]),
|
srcs = glob(["src/test/java/**/*Test.java"]),
|
||||||
flaky = 1,
|
flaky = 1,
|
||||||
#TODO(davido): Re-enable the tests on the CI when they are fixed
|
|
||||||
tags = [
|
tags = [
|
||||||
"elastic",
|
"elastic",
|
||||||
"flaky",
|
"flaky",
|
||||||
"noci",
|
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":elasticsearch",
|
":elasticsearch",
|
||||||
|
Reference in New Issue
Block a user