diff options
Diffstat (limited to 'src/test/shell')
-rw-r--r-- | src/test/shell/integration/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD index 4571d032b1..6f1bb7f34b 100644 --- a/src/test/shell/integration/BUILD +++ b/src/test/shell/integration/BUILD @@ -241,6 +241,8 @@ sh_test( ":test-deps", "//src/test/java/com/google/devtools/build/lib:ExampleWorker_deploy.jar", ], + # TODO(b/34450149): remove when no longer flaky + flaky = 1, shard_count = 3, tags = ["jdk8"], ) |