From a2828245ddb71dcda97d664a6509ed9ce9dda128 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 8 May 2022 01:08:43 +0000 Subject: [PATCH] test: enable one external e2e test --- test/external-e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/external-e2e/run.sh b/test/external-e2e/run.sh index b79a474fa..032da0920 100755 --- a/test/external-e2e/run.sh +++ b/test/external-e2e/run.sh @@ -52,6 +52,6 @@ trap print_logs EXIT mkdir -p /tmp/csi cp deploy/example/storageclass-smb.yaml /tmp/csi/storageclass.yaml ginkgo -p --progress --v -focus='External.Storage' \ - -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 -- \ + -skip='\[Disruptive\]||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 -- \ -storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver.yaml \ --kubeconfig=$KUBECONFIG