From 01cdfabbde6c07f62ac246031ac0d9c7eab8d833 Mon Sep 17 00:00:00 2001 From: Matthew Cary Date: Wed, 11 May 2022 10:05:22 -0700 Subject: [PATCH] only skip cloning tests, not all snapshot tests Change-Id: Ibd9a45c0b135508d601f0eff993b0530d4a1dd23 --- test/k8s-integration/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/k8s-integration/main.go b/test/k8s-integration/main.go index 1d27a58af..7df4ea282 100644 --- a/test/k8s-integration/main.go +++ b/test/k8s-integration/main.go @@ -586,7 +586,7 @@ func generateGKETestSkip(testParams *testParameters) string { // Cloning test fixes were introduced after 1.23. if curVer.lessThan(mustParseVersion("1.24.0")) { - skipString = skipString + "|\\[Feature:VolumeSnapshotDataSource\\]|pvc.data.source" + skipString = skipString + "pvc.data.source" } // "volumeMode should not mount / map unused volumes in a pod" tests a