Skip to content

Commit

Permalink
ci: skip Ephemeral-volume kubernetes external-storage tests
Browse files Browse the repository at this point in the history
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: ceph#2017
Signed-off-by: Niels de Vos <[email protected]>
  • Loading branch information
nixpanic committed Jun 30, 2021
1 parent 2909e85 commit dedc842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-k8s-external-storage-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit dedc842

Please sign in to comment.