Skip to content

Commit b166cce

Browse files
authored
Merge pull request #981 from mattcary/correctskip
only skip cloning tests, not all snapshot tests
2 parents 5d72360 + 01cdfab commit b166cce

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)