Bazel: Disable elastic search test on Bazel CI

ES test were disabled in both Buck and Bazel driven builds on
GerritForge CI (labels flaky).

Since I4206f725e ES tests are inherently broken and we temporarily
disable them on Bazel CI as well.

Change-Id: Iaa6eee03c0204b20cb77402ccfe89b632b3fc7f4
This commit is contained in:
David Ostrovsky 2016-12-14 06:33:56 +01:00
parent d7e8911aa0
commit dd7f60e6c9

View File

@ -51,9 +51,11 @@ 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",