File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -581,6 +581,9 @@ func generateGCETestSkip(testParams *testParameters) string {
581581 skipString = skipString + "|\\ [LinuxOnly\\ ]"
582582 }
583583
584+ // Snapshot and restore test fixes which is added in driver version 1.9+.
585+ skipString = skipString + "|should.provision.correct.filesystem.size.when.restoring.snapshot.to.larger.size.pvc"
586+
584587 return skipString
585588}
586589
@@ -598,6 +601,9 @@ func generateGKETestSkip(testParams *testParameters) string {
598601 skipString = skipString + "|pvc.data.source"
599602 }
600603
604+ // Snapshot and restore test fixes which is added in driver version 1.9+.
605+ skipString = skipString + "|should.provision.correct.filesystem.size.when.restoring.snapshot.to.larger.size.pvc"
606+
601607 // "volumeMode should not mount / map unused volumes in a pod" tests a
602608 // (https://github.com/kubernetes/kubernetes/pull/81163)
603609 // bug-fix introduced in 1.16
You can’t perform that action at this time.
0 commit comments