We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be7996 commit 963ffc7Copy full SHA for 963ffc7
test/k8s-integration/main.go
@@ -543,6 +543,9 @@ func generateGCETestSkip(testParams *testParameters) string {
543
if testParams.platform == "windows" {
544
skipString = skipString + "|\\[LinuxOnly\\]"
545
}
546
+ // Volume cloning has timeouts due to GCE disk cloning rate limits, and operation serialization
547
+ // race conditions where the cloning begins while the source disk is still being created.
548
+ skipString = skipString + "|.*should\\sprovision\\sstorage\\swith\\spvc\\sdata\\ssource.*"
549
return skipString
550
551
0 commit comments