We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 348d4a9 + 36e433e commit 78c0fb7Copy full SHA for 78c0fb7
prow.sh
@@ -381,7 +381,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
381
# whether they can run with the current cluster provider, but until
382
# they are, we filter them out by name. Like the other test selection
383
# variables, this is again a space separated list of regular expressions.
384
-configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
+configvar CSI_PROW_E2E_SKIP '\[Disruptive\]|\[Feature:SELinux\]' "tests that need to be skipped"
385
386
# This creates directories that are required for testing.
387
ensure_paths () {
0 commit comments