Skip to content

Commit

Permalink
Disable flaky test.
Browse files Browse the repository at this point in the history
The code works, but the checked-for string can happen in different places.

RELNOTES: None.
PiperOrigin-RevId: 363156753
  • Loading branch information
larsrc-google authored and Copybara-Service committed Mar 16, 2021
1 parent 055c93d commit c9d823e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/shell/integration/bazel_worker_test.sh
Expand Up @@ -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 <<EOF
[work(
Expand Down

0 comments on commit c9d823e

Please sign in to comment.