Skip to content

Commit b28ed77

Browse files
committed
fix: sanity test failure
1 parent 123543b commit b28ed77

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
@@ -44,4 +44,4 @@ _output/smbplugin --endpoint "$endpoint" --nodeid "$nodeid" -v=5 &
4444

4545
echo 'Begin to run sanity test...'
4646
readonly CSI_SANITY_BIN='csi-test/cmd/csi-sanity/csi-sanity'
47-
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='ValidateVolumeCapabilities|ControllerGetCapabilities|should work'
47+
"$CSI_SANITY_BIN" --ginkgo.v --ginkgo.noColor --csi.endpoint="$endpoint" --ginkgo.skip='ValidateVolumeCapabilities|ControllerGetCapabilities|should work|create a volume with already existing name and different capacity'

0 commit comments

Comments
 (0)