Skip to content

Commit 963ffc7

Browse files
committed
skip volume cloning
1 parent 9be7996 commit 963ffc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/k8s-integration/main.go

+3
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@ func generateGCETestSkip(testParams *testParameters) string {
543543
if testParams.platform == "windows" {
544544
skipString = skipString + "|\\[LinuxOnly\\]"
545545
}
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.*"
546549
return skipString
547550
}
548551

0 commit comments

Comments
 (0)