Skip to content

Commit

Permalink
Allow network for two Java tests to avoid binding issue on macOS sandbox
Browse files Browse the repository at this point in the history
https://buildkite.com/bazel/bazel-bazel/builds/26312#018d1722-0e79-47b4-82ed-9cc47487e05a

Related issues:
- bazelbuild#20743
- bazelbuild#5206

PiperOrigin-RevId: 599452705
Change-Id: I2fdccd9df513064e5bc9add4f1802d4c1ce9c6da
  • Loading branch information
meteorcloudy committed Jan 19, 2024
1 parent 236efe4 commit 795f7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ java_library(
java_test(
name = "ServerTests",
size = "medium",
tags = ["requires-network"], # https://github.com/bazelbuild/bazel/issues/20743
test_class = "com.google.devtools.build.lib.AllTests",
runtime_deps = [
":ServerTests_lib",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ java_test(
java_test(
name = "DebugServerTransportTest",
srcs = ["DebugServerTransportTest.java"],
tags = ["requires-network"], # https://github.com/bazelbuild/bazel/issues/20743
deps = [
"//src/main/java/com/google/devtools/build/lib/events",
"//src/main/java/com/google/devtools/build/lib/starlarkdebug/proto:starlark_debugging_java_proto",
Expand Down

0 comments on commit 795f7bb

Please sign in to comment.