We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d72360 + 01cdfab commit b166cceCopy full SHA for b166cce
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