Skip to content

Commit 2851a5a

Browse files
committed
test: disable one fsGroupPolicy test on NFS
1 parent a8e8f35 commit 2851a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/external-e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [ ! -z ${EXTERNAL_E2E_TEST_NFS} ]; then
6262
echo "begin to run NFSv3 tests ...."
6363
cp deploy/example/storageclass-blob-nfs.yaml /tmp/csi/storageclass.yaml
6464
ginkgo -p --progress --v -focus='External.Storage.*blob.csi.azure.com' \
65-
-skip='\[Disruptive\]|\[Slow\]' kubernetes/test/bin/e2e.test -- \
65+
-skip='\[Disruptive\]|\[Slow\]|pod created with an initial fsgroup, volume contents ownership changed in first pod, new pod with same fsgroup skips ownership changes to the volume contents' kubernetes/test/bin/e2e.test -- \
6666
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver-nfs.yaml \
6767
--kubeconfig=$KUBECONFIG
68-
fi
68+
fi

0 commit comments

Comments
 (0)