Skip to content

Commit b887a1f

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 c9ec498 commit b887a1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/k8s-integration/main.go

+6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)