Skip to content

Commit 86358ae

Browse files
committed
test: skip two external e2e tests
1 parent 83635a5 commit 86358ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/external-e2e/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ trap print_logs EXIT
5252
mkdir -p /tmp/csi
5353
cp deploy/example/storageclass-smb.yaml /tmp/csi/storageclass.yaml
5454
ginkgo -p --progress --v -focus='External.Storage' \
55-
-skip='\[Disruptive\]|support two pods which share the same volume' kubernetes/test/bin/e2e.test -- \
55+
-skip='\[Disruptive\]|support two pods which share the same volume||should provision storage with any volume data source|should mount multiple PV pointing to the same storage on the same node' kubernetes/test/bin/e2e.test -- \
5656
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver.yaml \
5757
--kubeconfig=$KUBECONFIG

0 commit comments

Comments
 (0)