Skip to content

Commit 9118265

Browse files
committed
test: add one sanity test
1 parent 6122833 commit 9118265

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
@@ -37,4 +37,4 @@ _output/amd64/blobplugin --endpoint "$nodeendpoint" --nodeid "$nodeid" --enable-
3737

3838
echo "Begin to run sanity test..."
3939
readonly CSI_SANITY_BIN='csi-sanity'
40-
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$nodeendpoint --csi.controllerendpoint=$controllerendpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity|should be idempotent|should return appropriate capabilities"
40+
"$CSI_SANITY_BIN" --ginkgo.v --csi.endpoint=$nodeendpoint --csi.controllerendpoint=$controllerendpoint -ginkgo.skip="should fail when requesting to create a volume with already existing name and different capacity|should be idempotent"

0 commit comments

Comments
 (0)