Skip to content

Commit

Permalink
test(e2e): change test version for networking.k8s.io/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
alegrey91 committed Sep 14, 2021
1 parent 945ad2e commit b5054e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/disable_ingress_wildcard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ var _ = Describe("creating an Ingress with a wildcard when it is denied for the
It("should fail creating an networking.k8s.io/v1 Ingress with a wildcard hostname", func() {
maj, min, v := GetKubernetesSemVer()

if maj == 1 && min < 19 {
if maj == 1 && min > 19 {
Skip("Running test on Kubernetes " + v + ", networking.k8s.io/v1 is not yet available")
}

Expand Down

0 comments on commit b5054e7

Please sign in to comment.