Skip to content

Commit

Permalink
Merge pull request #2758 from andyzhangx/fix-external-test-failure
Browse files Browse the repository at this point in the history
test: fix external e2e test failure
  • Loading branch information
andyzhangx authored Dec 22, 2024
2 parents 3a9fd54 + a8c9310 commit 8adafa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/external-e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_e2e_binaries() {
mkdir /tmp/csi-azuredisk

# download k8s external e2e binary for kubernetes
curl -sL https://dl.k8s.io/release/v1.31.0/kubernetes-test-linux-amd64.tar.gz --output e2e-tests.tar.gz
curl -sL https://github.com/andyzhangx/demo/raw/refs/heads/master/dev/kubernetes-test-linux-amd64-1.31.tar.gz --output e2e-tests.tar.gz
tar -xvf e2e-tests.tar.gz && rm e2e-tests.tar.gz

# test on alternative driver name
Expand Down

0 comments on commit 8adafa0

Please sign in to comment.