We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f5c75 commit d7764e7Copy full SHA for d7764e7
1 file changed
bazelisk_test.sh
@@ -544,9 +544,10 @@ if [[ $BAZELISK_VERSION == "GO" ]]; then
544
test_bazel_prepend_binary_directory_to_path_go
545
echo
546
547
- echo "# test_path_is_consistent_regardless_of_base_url"
548
- test_path_is_consistent_regardless_of_base_url
549
- echo
+ # Disabled due to https://github.com/bazelbuild/bazelisk/pull/465#issuecomment-1805905082
+ # echo "# test_path_is_consistent_regardless_of_base_url"
+ # test_path_is_consistent_regardless_of_base_url
550
+ # echo
551
552
case "$(uname -s)" in
553
MSYS*)
0 commit comments