Bazel: Exclude failing tests on other platform

We need to disable the failing tests for now, to pass the tests on
Bazel CI: [1].

Test Plan:

* Set up MSYS build environment
* Run:

  bazel test --test_tag_filters=-no_windows //javatests/...

[1] https://ci.bazel.build/blue/organizations/jenkins/gerrit/detail/gerrit/2147/pipeline

Change-Id: Id05d01fc9fb39f767c036ffd176bf4ff112deae5
This commit is contained in:
David Ostrovsky
2018-01-17 22:09:28 +01:00
parent 1e4414c195
commit c780397d72
7 changed files with 13 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ junit_tests(
junit_tests(
name = "server_tests",
srcs = SERVER_TEST_SRCS,
tags = ["no_windows"],
deps = [
"//java/com/google/gerrit/common:server",
"//java/com/google/gerrit/common:version",