You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/sanity/run-test.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ sleep 1
54
54
55
55
echo'Begin to run sanity test...'
56
56
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'
0 commit comments