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
diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD
index b005d4c..95c1777 100644
--- a/src/test/shell/bazel/BUILD
+++ b/src/test/shell/bazel/BUILD
@@ -372,11 +372,7 @@
     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(