diff --git a/e2e-tests/other-repos.sh b/e2e-tests/other-repos.sh index 917a21aa..fbf34c45 100755 --- a/e2e-tests/other-repos.sh +++ b/e2e-tests/other-repos.sh @@ -16,13 +16,14 @@ export PATH="$CARGO_HOME/bin:$PATH" # --disable-strategies compile \ # cargo-binstall -# Test default BitBucket pkg-url templates -"./$1" binstall \ - --force \ - --manifest-path "manifests/bitbucket-test-Cargo.toml" \ - --no-confirm \ - --disable-strategies compile \ - cargo-binstall +# temporarily disable bitbucket testing as bitbucket is down +## Test default BitBucket pkg-url templates +#"./$1" binstall \ +# --force \ +# --manifest-path "manifests/bitbucket-test-Cargo.toml" \ +# --no-confirm \ +# --disable-strategies compile \ +# cargo-binstall # Test that the installed binaries can be run cargo binstall --help >/dev/null