File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -572,6 +572,9 @@ func generateGCETestSkip(testParams *testParameters) string {
572
572
skipString = skipString + "|\\ [LinuxOnly\\ ]"
573
573
}
574
574
575
+ // Snapshot and restore test fixes which is added in driver version 1.9+.
576
+ skipString = skipString + "|should.provision.correct.filesystem.size.when.restoring.snapshot.to.larger.size.pvc"
577
+
575
578
return skipString
576
579
}
577
580
@@ -620,6 +623,10 @@ func generateGKETestSkip(testParams *testParameters) string {
620
623
(! testParams .useGKEManagedDriver && (* curVer ).lessThan (mustParseVersion ("1.17.0" ))) {
621
624
skipString = skipString + "|VolumeSnapshotDataSource"
622
625
}
626
+
627
+ // Snapshot and restore test fixes which is added in driver version 1.9+.
628
+ skipString = skipString + "|should.provision.correct.filesystem.size.when.restoring.snapshot.to.larger.size.pvc"
629
+
623
630
return skipString
624
631
}
625
632
You can’t perform that action at this time.
0 commit comments