From dc476e968d9160efb66022a4b48f217b526d32f9 Mon Sep 17 00:00:00 2001 From: Jefftree Date: Wed, 18 Dec 2024 15:13:10 +0000 Subject: [PATCH] remove emulated version test for un-emulatable 1.30 --- test/integration/apiserver/apiserver_test.go | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/integration/apiserver/apiserver_test.go b/test/integration/apiserver/apiserver_test.go index 58e4df84c26..e360cd3342c 100644 --- a/test/integration/apiserver/apiserver_test.go +++ b/test/integration/apiserver/apiserver_test.go @@ -2975,20 +2975,6 @@ func TestEmulatedStorageVersion(t *testing.T) { expectedStorageVersion schema.GroupVersion } cases := []testCase{ - { - name: "vap first ga release", - emulatedVersion: "1.30", - gvr: schema.GroupVersionResource{ - Group: "admissionregistration.k8s.io", - Version: "v1", - Resource: "validatingadmissionpolicies", - }, - object: validVap, - expectedStorageVersion: schema.GroupVersion{ - Group: "admissionregistration.k8s.io", - Version: "v1beta1", - }, - }, { name: "vap after ga release", emulatedVersion: "1.31",