Skip to content

Commit 875af95

Browse files
committed
Skip snapshot and restore test because test fix (#972) is not backported to 1.8-. The fix is only in 1.9+.
1 parent cee98e4 commit 875af95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/k8s-integration/main.go

+5
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,11 @@ func generateGKETestSkip(testParams *testParameters) string {
589589
skipString = skipString + "|pvc.data.source"
590590
}
591591

592+
// Snapshot and restore test fixes were introduced after 1.26 in PR#972.
593+
if curVer.lessThan(mustParseVersion("1.26.0")) {
594+
skipString = skipString + "|should.provision.correct.filesystem.size.when.restoring.snapshot.to.larger.size.pvc"
595+
}
596+
592597
// "volumeMode should not mount / map unused volumes in a pod" tests a
593598
// (https://github.com/kubernetes/kubernetes/pull/81163)
594599
// bug-fix introduced in 1.16

0 commit comments

Comments
 (0)