Skip to content

Commit

Permalink
Bazel CI: Temporarily disable GitRepositoryBlackBoxTest
Browse files Browse the repository at this point in the history
Workaround for #17447

PiperOrigin-RevId: 508079185
Change-Id: Ia0b6fc478d0ce32241a2da3aae05c22e045db88a
  • Loading branch information
fweikert authored and hvadehra committed Feb 14, 2023
1 parent 3b53dae commit dae563a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ tasks:
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# https://github.com/bazelbuild/bazel/issues/17411
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
# https://github.com/bazelbuild/bazel/issues/17447
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
include_json_profile:
- build
- test
Expand Down
2 changes: 2 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ tasks:
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
# https://github.com/bazelbuild/bazel/issues/17411
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
# https://github.com/bazelbuild/bazel/issues/17447
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:GitRepositoryBlackBoxTest"
macos_arm64:
shards: 2
shell_commands:
Expand Down

0 comments on commit dae563a

Please sign in to comment.