Skip to content

Commit 88feefc

Browse files
authored
Merge pull request #984 from mattcary/fixskip
really fix pvc.data.source skip
2 parents fb56cbd + a380eb0 commit 88feefc

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
@@ -586,7 +586,7 @@ func generateGKETestSkip(testParams *testParameters) string {
586586

587587
// Cloning test fixes were introduced after 1.23.
588588
if curVer.lessThan(mustParseVersion("1.24.0")) {
589-
skipString = skipString + "pvc.data.source"
589+
skipString = skipString + "|pvc.data.source"
590590
}
591591

592592
// "volumeMode should not mount / map unused volumes in a pod" tests a

0 commit comments

Comments
 (0)