We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb56cbd + a380eb0 commit 88feefcCopy full SHA for 88feefc
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 + "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