We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57c360 commit 9be7996Copy full SHA for 9be7996
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 + "|.*should\\sprovision\\sstorage\\swith\\spvc\\sdata\\ssource.*"
591
592
return skipString
593
0 commit comments