Skip to content

Commit

Permalink
e2e: skip north gateway test for versions prior to v1.12
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Jul 19, 2024
1 parent 3a0a910 commit 94a0a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/kube-ovn/pod/pod_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var _ = framework.SerialDescribe("[group:pod]", func() {
})

framework.ConformanceIt("should support north gateway via pod annotation", func() {
f.SkipVersionPriorTo(1, 12, "This feature was introduced in v1.12")
if f.ClusterNetworkMode == "underlay" {
ginkgo.Skip("This test is only for overlay network")
}
Expand Down

0 comments on commit 94a0a36

Please sign in to comment.