Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <[email protected]>
  • Loading branch information
zhangzujian committed Feb 18, 2024
1 parent b2516f8 commit 926d9b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = framework.Describe("[group:service]", func() {
}
})

framework.ConformanceIt("should ovn nb change vip when dual-stack service removes the cluster ip ", func() {
framework.ConformanceIt("should ovn nb change vip when dual-stack service removes the cluster ip", func() {
if !f.IsDual() {
ginkgo.Skip("this case only support dual mode")
}
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/subnet/subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ var _ = framework.Describe("[group:subnet]", func() {
}
})

framework.ConformanceIt("should support subnet add nat outgoing policy rules ", func() {
framework.ConformanceIt("should support subnet add nat outgoing policy rules", func() {
f.SkipVersionPriorTo(1, 12, "Support for subnet add nat outgoing policy rules in v1.12")

ginkgo.By("Creating subnet " + subnetName)
Expand Down

0 comments on commit 926d9b9

Please sign in to comment.