Skip to content

Commit

Permalink
prow.sh: remove obsolete test suppression
Browse files Browse the repository at this point in the history
The "different node" test was fixed in Kubernetes long ago enough that
we no longer need to suppress it in prow.sh.
  • Loading branch information
pohly committed May 6, 2021
1 parent 6616a6b commit 4a3f110
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions prow.sh
Expand Up @@ -354,11 +354,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.
#
# "different node" test skips can be removed once
# https://github.com/kubernetes/kubernetes/pull/82678 has been backported
# to all the K8s versions we test against
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"

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

0 comments on commit 4a3f110

Please sign in to comment.