Skip to content

Commit d7764e7

Browse files
authored
Disable test_path_is_consistent_regardless_of_base_url (#513)
1 parent b7f5c75 commit d7764e7

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

bazelisk_test.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -544,9 +544,10 @@ if [[ $BAZELISK_VERSION == "GO" ]]; then
544544
test_bazel_prepend_binary_directory_to_path_go
545545
echo
546546

547-
echo "# test_path_is_consistent_regardless_of_base_url"
548-
test_path_is_consistent_regardless_of_base_url
549-
echo
547+
# Disabled due to https://github.com/bazelbuild/bazelisk/pull/465#issuecomment-1805905082
548+
# echo "# test_path_is_consistent_regardless_of_base_url"
549+
# test_path_is_consistent_regardless_of_base_url
550+
# echo
550551

551552
case "$(uname -s)" in
552553
MSYS*)

0 commit comments

Comments
 (0)