aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-08-23 12:18:02 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-23 13:31:50 +0200
commit68776e8ed7768d66ae6cf9a5221a973321d79fc5 (patch)
tree1947fa9619a289cd5c20a8c3402b1d54bf474a3c /scripts/ci
parentb36dbd59e1f2f4136d5b44f59000f225b64f1202 (diff)
Deactivate //src/test/shell/integration:java_integration_test on FreeBSD
This test is timeout flaky, deactivating. PiperOrigin-RevId: 166180421
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/bazel-tests.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index d0a81d599e..bbe6dc1b8e 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -59,7 +59,8 @@
"{} +"
],
"tests": [
- "//src/test/shell/integration/...",
+ // java_integration_test is timeout flaky on FreeBSD...
+ "//src/test/shell/integration/... - //src/test/shell/integration:java_integration_test",
"let bazel=\"//src/test/shell/bazel/...\" in $bazel - filter(\"all_tests\", $bazel) - filter(\"jdk\", $bazel) - filter(\"maven\", $bazel) - filter(\"android\", $bazel) - filter(\"java\", $bazel) - filter(\"workspace\", $bazel) - filter(\"external\", $bazel) - filter(\"example\", $bazel) - filter(\"skylark_repository\", $bazel) - filter(\"repository_cache\", $bazel)"
],
"targets": []