Skip to content

Commit 82b19df

Browse files
committed
test: disable two external test cases
1 parent d46c008 commit 82b19df

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
@@ -46,6 +46,6 @@ setup_e2e_binaries
4646
trap print_logs EXIT
4747

4848
ginkgo -p --progress --v -focus='External.Storage' \
49-
-skip='\[Disruptive\]|\[Slow\]' kubernetes/test/bin/e2e.test -- \
49+
-skip='\[Disruptive\]|\[Slow\]|unmount after the subpath directory is deleted|support two pods which share the same volume' kubernetes/test/bin/e2e.test -- \
5050
-storage.testdriver=$PROJECT_ROOT/test/external-e2e/testdriver.yaml \
5151
--kubeconfig=$KUBECONFIG

0 commit comments

Comments
 (0)