From 8e3c0df254d4b68b8233caf104c56f78fb483a2a Mon Sep 17 00:00:00 2001 From: jhorvitz Date: Mon, 20 Dec 2021 11:57:59 -0800 Subject: [PATCH] Disable flaky test `test_remote_grpc_via_unix_socket_proxy`. PiperOrigin-RevId: 417451904 --- src/test/shell/bazel/remote/remote_execution_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/shell/bazel/remote/remote_execution_test.sh b/src/test/shell/bazel/remote/remote_execution_test.sh index f4ede9b9901b71..de0cda9390ec0f 100755 --- a/src/test/shell/bazel/remote/remote_execution_test.sh +++ b/src/test/shell/bazel/remote/remote_execution_test.sh @@ -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) ;;