mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: skip Ephemeral-volume kubernetes external-storage tests
Ceph-CSI does not suport (inline) Ephemeral-volumes. Testing this will continue to fail. The driver configuration can not be used to disable testing of this feature, so it is done by skipping the tests by pattern matching. Updates: #2017 Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
2909e85e23
commit
432ff08758
@ -23,7 +23,7 @@ for driver in /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/dri
|
|||||||
do
|
do
|
||||||
kubernetes/test/bin/ginkgo \
|
kubernetes/test/bin/ginkgo \
|
||||||
-focus="External.Storage.*.csi.ceph.com" \
|
-focus="External.Storage.*.csi.ceph.com" \
|
||||||
-skip='\[Feature:|\[Disruptive\]' \
|
-skip='\[Feature:|\[Disruptive\]|Generic Ephemeral-volume' \
|
||||||
kubernetes/test/bin/e2e.test \
|
kubernetes/test/bin/e2e.test \
|
||||||
-- \
|
-- \
|
||||||
-storage.testdriver="${driver}"
|
-storage.testdriver="${driver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user