Skip to content

Commit

Permalink
skip e2e in release-1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Jul 14, 2023
1 parent 5a0686b commit febfa51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/kube-ovn/subnet/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ var _ = framework.Describe("[group:subnet]", func() {
})

framework.ConformanceIt("should support distributed external egress gateway", func() {
f.SkipVersionPriorTo(1, 9, "Do not support before v1.9")
ginkgo.By("Getting nodes")
nodes, err := e2enode.GetReadySchedulableNodes(context.Background(), cs)
framework.ExpectNoError(err)
Expand Down

0 comments on commit febfa51

Please sign in to comment.