Skip to content

Commit 1826aab

Browse files
committed
test: disable one externel test
1 parent caa62fa commit 1826aab

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
@@ -61,7 +61,7 @@ if [ ! -z ${EXTERNAL_E2E_TEST_BLOBFUSE} ]; then
6161
# achieve close-to-open cache consistency like in NFSv3
6262
sed -i 's/file-cache-timeout-in-seconds=120/file-cache-timeout-in-seconds=0/g' /tmp/csi/storageclass.yaml
6363
ginkgo -p --progress --v -focus="External.Storage.*$DRIVER.csi.azure.com" \
64-
-skip='\[Disruptive\]|allow exec of files on the volume|unmount after the subpath directory is deleted' kubernetes/test/bin/e2e.test -- \
64+
-skip='\[Disruptive\]|allow exec of files on the volume|unmount after the subpath directory is deleted|should concurrently access the single volume from pods on different node' kubernetes/test/bin/e2e.test -- \
6565
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver-blobfuse.yaml \
6666
--kubeconfig=$KUBECONFIG
6767
fi

0 commit comments

Comments
 (0)