mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
remove emulated version test for un-emulatable 1.30
This commit is contained in:
parent
cf28c0405c
commit
dc476e968d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user