We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f04fb commit c57c360Copy full SHA for c57c360
test/k8s-integration/main.go
@@ -587,7 +587,7 @@ func generateGKETestSkip(testParams *testParameters) string {
587
}
588
// Volume cloning has timeouts due to GCE disk cloning rate limits, and operation serialization
589
// race conditions where the cloning begins while the source disk is still being created.
590
- skipString = skipString + "|^provisioning\\sshould\\sprovision\\sstorage\\swith\\spvc\\sdata\\ssource"
+ skipString = skipString + "|provisioning\\sshould\\sprovision\\sstorage\\swith\\spvc\\sdata\\ssource.*"
591
592
return skipString
593
0 commit comments