Skip to content

Commit

Permalink
Merge pull request #242 from jsafrane/prow-update-release-2.6
Browse files Browse the repository at this point in the history
release-2.6: update release-tools
  • Loading branch information
k8s-ci-robot authored Nov 11, 2022
2 parents eb068e4 + 83482ae commit 10cce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
# whether they can run with the current cluster provider, but until
# they are, we filter them out by name. Like the other test selection
# variables, this is again a space separated list of regular expressions.
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"

# This creates directories that are required for testing.
ensure_paths () {
Expand Down

0 comments on commit 10cce24

Please sign in to comment.