File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ func generateGCETestSkip(testParams *testParameters) string {
545
545
}
546
546
// Volume cloning has timeouts due to GCE disk cloning rate limits, and operation serialization
547
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. *"
548
+ skipString = skipString + "|provisioning \\ sshould \\ sprovision\\ sstorage\\ swith\\ spvc\\ sdata\\ ssource[^|] *"
549
549
return skipString
550
550
}
551
551
@@ -590,8 +590,7 @@ func generateGKETestSkip(testParams *testParameters) string {
590
590
}
591
591
// Volume cloning has timeouts due to GCE disk cloning rate limits, and operation serialization
592
592
// race conditions where the cloning begins while the source disk is still being created.
593
- skipString = skipString + "|.*should\\ sprovision\\ sstorage\\ swith\\ spvc\\ sdata\\ ssource.*"
594
-
593
+ skipString = skipString + "|provisioning\\ sshould\\ sprovision\\ sstorage\\ swith\\ spvc\\ sdata\\ ssource[^|]*"
595
594
return skipString
596
595
}
597
596
You can’t perform that action at this time.
0 commit comments