Skip to content

Commit 3940889

Browse files
committed
skip snapshot and restore test
1 parent 596f677 commit 3940889

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/k8s-integration/main.go

+7
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,9 @@ func generateGCETestSkip(testParams *testParameters) string {
572572
skipString = skipString + "|\\[LinuxOnly\\]"
573573
}
574574

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+
575578
return skipString
576579
}
577580

@@ -620,6 +623,10 @@ func generateGKETestSkip(testParams *testParameters) string {
620623
(!testParams.useGKEManagedDriver && (*curVer).lessThan(mustParseVersion("1.17.0"))) {
621624
skipString = skipString + "|VolumeSnapshotDataSource"
622625
}
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+
623630
return skipString
624631
}
625632

0 commit comments

Comments
 (0)