Skip to content

Commit

Permalink
Automated rollback of commit 88879d1.
Browse files Browse the repository at this point in the history
*** 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
  • Loading branch information
ulfjack authored and copybara-github committed Nov 20, 2019
1 parent 06a26c3 commit 4a0b2f7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4a0b2f7

Please sign in to comment.