Skip to content

Commit

Permalink
Disable flaky test test_remote_grpc_via_unix_socket_direct.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 417623401
  • Loading branch information
coeuvre authored and copybara-github committed Dec 21, 2021
1 parent adb56cc commit 10a7a6e
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 @@ -127,7 +127,8 @@ EOF
rmdir "${socket_dir}"
}

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

0 comments on commit 10a7a6e

Please sign in to comment.