From 4a0b2f7a25908000c39564e74170c576663cdac6 Mon Sep 17 00:00:00 2001 From: ulfjack Date: Wed, 20 Nov 2019 04:18:51 -0800 Subject: [PATCH] Automated rollback of commit 88879d1d03dd3321240ec1969afc6b0aafb4538e. *** Reason for rollback *** Issue has been resolved. *** Original change description *** Temporarily disable Bazel's proto test This tries to download something from zlib.net, which is currently unavailable. So much for non-hermetic tests... PiperOrigin-RevId: 281492922 --- src/test/shell/bazel/BUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD index b005d4c7289427..95c17773229394 100644 --- a/src/test/shell/bazel/BUILD +++ b/src/test/shell/bazel/BUILD @@ -372,11 +372,7 @@ sh_test( srcs = ["bazel_proto_library_test.sh"], data = [":test-deps"], exec_compatible_with = ["//:highcpu_machine"], - # Temporarily disable on CI because zlib.net is down. - tags = [ - "manual", - "no_windows", - ], # Doesn't work on Windows for unknown reason + tags = ["no_windows"], # Doesn't work on Windows for unknown reason ) sh_test(