Skip to content

Commit 78c0fb7

Browse files
authored
Merge pull request #208 from jsafrane/skip-selinux
Skip SELinux tests in CI by default
2 parents 348d4a9 + 36e433e commit 78c0fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: prow.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
381381
# whether they can run with the current cluster provider, but until
382382
# they are, we filter them out by name. Like the other test selection
383383
# variables, this is again a space separated list of regular expressions.
384-
configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
384+
configvar CSI_PROW_E2E_SKIP '\[Disruptive\]|\[Feature:SELinux\]' "tests that need to be skipped"
385385

386386
# This creates directories that are required for testing.
387387
ensure_paths () {

0 commit comments

Comments
 (0)