Skip to content

Commit 9be7996

Browse files
committed
skip volume cloning
1 parent c57c360 commit 9be7996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/k8s-integration/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ func generateGKETestSkip(testParams *testParameters) string {
587587
}
588588
// Volume cloning has timeouts due to GCE disk cloning rate limits, and operation serialization
589589
// 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.*"
590+
skipString = skipString + "|.*should\\sprovision\\sstorage\\swith\\spvc\\sdata\\ssource.*"
591591

592592
return skipString
593593
}

0 commit comments

Comments
 (0)