Skip to content

Commit

Permalink
test: enable more sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Nov 4, 2024
1 parent 954e6dc commit 61fb8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sleep 1

echo 'Begin to run sanity test...'
readonly CSI_SANITY_BIN='csi-sanity'
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='should fail when the volume source snapshot is not found|should work|should fail when the volume does not exist|should fail when the node does not exist|Node Service NodeGetCapabilities|should remove target path'
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint"

testvolumeparameters='/tmp/vhd.yaml'
cat > $testvolumeparameters << EOF
Expand Down

0 comments on commit 61fb8ce

Please sign in to comment.