Skip to content

Commit 7e278a7

Browse files
committed
add skip should create volume from an existing source snapshot in sanity test
1 parent 8b68435 commit 7e278a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sleep 1
5151

5252
echo 'Begin to run sanity test...'
5353
readonly CSI_SANITY_BIN='csi-sanity'
54-
"$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'
54+
"$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 create volume from an existing source snapshot'
5555

5656
testvolumeparameters='/tmp/vhd.yaml'
5757
cat > $testvolumeparameters << EOF

0 commit comments

Comments
 (0)