Skip to content

Commit 722581f

Browse files
committed
Expand etcd data test to n-3
1 parent c21f268 commit 722581f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/etcd/data.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import (
3535
// Tests aiming for full coverage of versions should test fixtures of all supported versions.
3636
func GetSupportedEmulatedVersions() []string {
3737
return []string{
38+
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(3).String(),
3839
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(2).String(),
3940
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(1).String(),
4041
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().String(),

0 commit comments

Comments
 (0)