File tree 1 file changed +6
-0
lines changed
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 {
581
581
skipString = skipString + "|\\ [LinuxOnly\\ ]"
582
582
}
583
583
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
+
584
587
return skipString
585
588
}
586
589
@@ -598,6 +601,9 @@ func generateGKETestSkip(testParams *testParameters) string {
598
601
skipString = skipString + "|pvc.data.source"
599
602
}
600
603
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
+
601
607
// "volumeMode should not mount / map unused volumes in a pod" tests a
602
608
// (https://github.com/kubernetes/kubernetes/pull/81163)
603
609
// bug-fix introduced in 1.16
You can’t perform that action at this time.
0 commit comments