Skip to content

Commit

Permalink
Disable a test case in git_repository_test.sh on Windows
Browse files Browse the repository at this point in the history
Due to #17040

PiperOrigin-RevId: 495854505
Change-Id: I90d8d537e87f7ea51fa79b2847997c280baccf7f
  • Loading branch information
meteorcloudy authored and hvadehra committed Feb 14, 2023
1 parent 7996d14 commit 3fd04cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/shell/bazel/git_repository_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ EOF
# planets has a dependency on targets in the $TEST_TMPDIR/outer_planets Git
# repository.
function test_new_git_repository_submodules() {
# Temporarily disable on Windows due to https://github.com/bazelbuild/bazel/issues/17040
if $is_windows; then
return
fi
local outer_planets_repo_dir=$TEST_TMPDIR/repos/outer-planets

# Create a workspace that clones the outer_planets repository.
Expand Down

0 comments on commit 3fd04cf

Please sign in to comment.