From c9d823e42796962eed039b8122528c2a1541190f Mon Sep 17 00:00:00 2001 From: larsrc Date: Tue, 16 Mar 2021 04:55:07 -0700 Subject: [PATCH] Disable flaky test. The code works, but the checked-for string can happen in different places. RELNOTES: None. PiperOrigin-RevId: 363156753 --- src/test/shell/integration/bazel_worker_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/shell/integration/bazel_worker_test.sh b/src/test/shell/integration/bazel_worker_test.sh index bf4c0454bb7e5a..c9d7d5c81379fb 100755 --- a/src/test/shell/integration/bazel_worker_test.sh +++ b/src/test/shell/integration/bazel_worker_test.sh @@ -320,7 +320,8 @@ EOF assert_equals "1" $work_count } -function test_build_succeeds_even_if_worker_exits() { +# Disabled for being flaky, see b/182373389 +function DISABLED_test_build_succeeds_even_if_worker_exits() { prepare_example_worker cat >>BUILD <