Skip to content

Commit c9d823e

Browse files
larsrc-googlecopybara-github
authored andcommitted
Disable flaky test.
The code works, but the checked-for string can happen in different places. RELNOTES: None. PiperOrigin-RevId: 363156753
1 parent 055c93d commit c9d823e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/shell/integration/bazel_worker_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ EOF
320320
assert_equals "1" $work_count
321321
}
322322

323-
function test_build_succeeds_even_if_worker_exits() {
323+
# Disabled for being flaky, see b/182373389
324+
function DISABLED_test_build_succeeds_even_if_worker_exits() {
324325
prepare_example_worker
325326
cat >>BUILD <<EOF
326327
[work(

0 commit comments

Comments
 (0)