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",
|
||||
srcs = glob(["src/test/java/**/*Test.java"]),
|
||||
flaky = 1,
|
||||
#TODO(davido): Re-enable the tests on the CI when they are fixed
|
||||
tags = [
|
||||
"elastic",
|
||||
"flaky",
|
||||
"noci",
|
||||
],
|
||||
deps = [
|
||||
":elasticsearch",
|
||||
|
Reference in New Issue
Block a user