Skip to content

Commit

Permalink
ignore e2e for subnet enableEcmp before v1.12.0 (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Feb 8, 2023
1 parent f81c43a commit eb31a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/kube-ovn/subnet/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ var _ = framework.Describe("[group:subnet]", func() {
})

framework.ConformanceIt("create centralized subnet without enableEcmp", func() {
f.SkipVersionPriorTo(1, 12, "Support for enableEcmp in subnet is introduced in v1.12")

ginkgo.By("Getting nodes")
nodes, err := e2enode.GetReadySchedulableNodes(cs)
framework.ExpectNoError(err)
Expand Down

0 comments on commit eb31a17

Please sign in to comment.