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:
Dave Borowitz
2016-12-16 10:26:53 -05:00
parent 49251588f2
commit 3616b3df32

View File

@@ -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",