Skip to content

Commit 4a3f110

Browse files
committed
prow.sh: remove obsolete test suppression
The "different node" test was fixed in Kubernetes long ago enough that we no longer need to suppress it in prow.sh.
1 parent 6616a6b commit 4a3f110

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: prow.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,7 @@ configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external
354354
# whether they can run with the current cluster provider, but until
355355
# they are, we filter them out by name. Like the other test selection
356356
# 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"
357+
configvar CSI_PROW_E2E_SKIP 'Disruptive' "tests that need to be skipped"
362358

363359
# This creates directories that are required for testing.
364360
ensure_paths () {

0 commit comments

Comments
 (0)