Skip to content

Commit 10a7a6e

Browse files
coeuvrecopybara-github
authored andcommitted
Disable flaky test test_remote_grpc_via_unix_socket_direct.
PiperOrigin-RevId: 417623401
1 parent adb56cc commit 10a7a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/shell/bazel/remote/remote_execution_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ EOF
127127
rmdir "${socket_dir}"
128128
}
129129

130-
function test_remote_grpc_via_unix_socket_direct() {
130+
# TODO(b/211478955): Deflake and re-enable.
131+
function DISABLED_test_remote_grpc_via_unix_socket_direct() {
131132
case "$PLATFORM" in
132133
darwin|freebsd|linux|openbsd)
133134
;;

0 commit comments

Comments
 (0)