Skip to content

Commit

Permalink
update skipped version in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Jan 3, 2023
1 parent 0717cb2 commit b99c217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/underlay/underlay.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ var _ = framework.Describe("[group:underlay]", func() {
if f.ClusterIpFamily != "ipv4" {
ginkgo.Skip("Address conflict detection only supports IPv4")
}
f.SkipVersionPriorTo(1, 11, "Address conflict detection was introduce in v1.11")
f.SkipVersionPriorTo(1, 9, "Address conflict detection was introduced in v1.9")

ginkgo.By("Creating provider network")
pn := makeProviderNetwork(providerNetworkName, false, linkMap)
Expand Down

0 comments on commit b99c217

Please sign in to comment.