Skip to content

Commit

Permalink
skip u2o test case before 1.9 (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
changluyi authored Jan 29, 2023
1 parent eddf18d commit 0c74034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/kube-ovn/underlay/underlay.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ var _ = framework.Describe("[group:underlay]", func() {
})

framework.ConformanceIt("should support underlay to overlay subnet interconnection ", func() {
f.SkipVersionPriorTo(1, 9, "This feature was introduce in v1.9")

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

0 comments on commit 0c74034

Please sign in to comment.