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:
Niels de Vos 2021-06-30 14:20:44 +02:00 committed by mergify[bot]
parent 2909e85e23
commit 432ff08758

View File

@ -23,7 +23,7 @@ for driver in /opt/build/go/src/github.com/ceph/ceph-csi/scripts/k8s-storage/dri
do
kubernetes/test/bin/ginkgo \
-focus="External.Storage.*.csi.ceph.com" \
-skip='\[Feature:|\[Disruptive\]' \
-skip='\[Feature:|\[Disruptive\]|Generic Ephemeral-volume' \
kubernetes/test/bin/e2e.test \
-- \
-storage.testdriver="${driver}"