Skip to content

Commit dc476e9

Browse files
committed
remove emulated version test for un-emulatable 1.30
1 parent cf28c04 commit dc476e9

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/integration/apiserver/apiserver_test.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,20 +2975,6 @@ func TestEmulatedStorageVersion(t *testing.T) {
29752975
expectedStorageVersion schema.GroupVersion
29762976
}
29772977
cases := []testCase{
2978-
{
2979-
name: "vap first ga release",
2980-
emulatedVersion: "1.30",
2981-
gvr: schema.GroupVersionResource{
2982-
Group: "admissionregistration.k8s.io",
2983-
Version: "v1",
2984-
Resource: "validatingadmissionpolicies",
2985-
},
2986-
object: validVap,
2987-
expectedStorageVersion: schema.GroupVersion{
2988-
Group: "admissionregistration.k8s.io",
2989-
Version: "v1beta1",
2990-
},
2991-
},
29922978
{
29932979
name: "vap after ga release",
29942980
emulatedVersion: "1.31",

0 commit comments

Comments
 (0)