From e739149af31ecb02ed19a7e726101f70af11422a Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Tue, 20 Aug 2019 16:05:48 -0700 Subject: [PATCH] skip tests that need ssh --- release-tools/prow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tools/prow.sh b/release-tools/prow.sh index c334a5dda..b150d8da5 100755 --- a/release-tools/prow.sh +++ b/release-tools/prow.sh @@ -322,7 +322,7 @@ configvar CSI_PROW_E2E_ALPHA_GATES "$(get_versioned_variable CSI_PROW_E2E_ALPHA_ # 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|volumeMode.*unused.*volumes' "tests that need to be skipped" # This is the directory for additional result files. Usually set by Prow, but # if not (for example, when invoking manually) it defaults to the work directory.