Skip to content

Commit 01cdfab

Browse files
committed
only skip cloning tests, not all snapshot tests
Change-Id: Ibd9a45c0b135508d601f0eff993b0530d4a1dd23
1 parent b576f73 commit 01cdfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ func generateGKETestSkip(testParams *testParameters) string {
586586

587587
// Cloning test fixes were introduced after 1.23.
588588
if curVer.lessThan(mustParseVersion("1.24.0")) {
589-
skipString = skipString + "|\\[Feature:VolumeSnapshotDataSource\\]|pvc.data.source"
589+
skipString = skipString + "pvc.data.source"
590590
}
591591

592592
// "volumeMode should not mount / map unused volumes in a pod" tests a

0 commit comments

Comments
 (0)