We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6616a6b commit 4a3f110Copy full SHA for 4a3f110
1 file changed
prow.sh
@@ -354,11 +354,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
354
# whether they can run with the current cluster provider, but until
355
# they are, we filter them out by name. Like the other test selection
356
# variables, this is again a space separated list of regular expressions.
357
-#
358
-# "different node" test skips can be removed once
359
-# https://github.com/kubernetes/kubernetes/pull/82678 has been backported
360
-# to all the K8s versions we test against
361
-configvar CSI_PROW_E2E_SKIP 'Disruptive|different\s+node' "tests that need to be skipped"
+configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
362
363
# This creates directories that are required for testing.
364
ensure_paths () {
0 commit comments