Skip to content

Commit

Permalink
Disable flaky test test_remote_grpc_via_unix_socket_proxy.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 417451904
  • Loading branch information
justinhorvitz authored and copybara-github committed Dec 20, 2021
1 parent 837c6e7 commit 8e3c0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ EOF
|| fail "Failed to build //a:foo with remote cache"
}

function test_remote_grpc_via_unix_socket_proxy() {
# TODO(b/211478955): Deflake and re-enable.
function DISABLED_test_remote_grpc_via_unix_socket_proxy() {
case "$PLATFORM" in
darwin|freebsd|linux|openbsd)
;;
Expand Down

0 comments on commit 8e3c0df

Please sign in to comment.