We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b576f73 commit 01cdfabCopy full SHA for 01cdfab
test/k8s-integration/main.go
@@ -586,7 +586,7 @@ func generateGKETestSkip(testParams *testParameters) string {
586
587
// Cloning test fixes were introduced after 1.23.
588
if curVer.lessThan(mustParseVersion("1.24.0")) {
589
- skipString = skipString + "|\\[Feature:VolumeSnapshotDataSource\\]|pvc.data.source"
+ skipString = skipString + "pvc.data.source"
590
}
591
592
// "volumeMode should not mount / map unused volumes in a pod" tests a
0 commit comments