Skip to content

Commit 61fb8ce

Browse files
committed
test: enable more sanity tests
1 parent 954e6dc commit 61fb8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/run-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sleep 1
5454

5555
echo 'Begin to run sanity test...'
5656
readonly CSI_SANITY_BIN='csi-sanity'
57-
"$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'
57+
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint"
5858

5959
testvolumeparameters='/tmp/vhd.yaml'
6060
cat > $testvolumeparameters << EOF

0 commit comments

Comments
 (0)