Skip to content

Commit

Permalink
support 1.11 (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi authored Feb 27, 2023
1 parent 2d1c125 commit 282644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var _ = framework.Describe("[group:service]", func() {
if f.ClusterIpFamily != "dual" {
ginkgo.Skip("this case only support dual mode")
}

f.SkipVersionPriorTo(1, 11, "This case is support in v1.11")
ginkgo.By("Creating service " + serviceName)
ports := []corev1.ServicePort{{
Name: "tcp",
Expand Down

0 comments on commit 282644e

Please sign in to comment.