Skip to content

Commit 68c03e9

Browse files
committed
test: enable more sanity tests
1 parent 42eb9e5 commit 68c03e9

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|should fail when requesting to create a snapshot with already existing name and different source volume ID'
57+
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='should fail when requesting to create a snapshot with already existing name and different source volume ID'
5858

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

0 commit comments

Comments
 (0)