Skip to content

Commit 438279a

Browse files
authored
e2e: skip node encap ip tests for version prior to v1.15 (#5962)
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent ac58b2b commit 438279a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/kube-ovn/node/node_network.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ var _ = framework.SerialDescribe("[group:node]", func() {
3232
var originalAnnotation string
3333

3434
ginkgo.BeforeEach(func() {
35+
f.SkipVersionPriorTo(1, 15, "This feature was introduced in v1.15")
36+
3537
cs = f.ClientSet
3638
podClient = f.PodClient()
3739
subnetClient = f.SubnetClient()

0 commit comments

Comments
 (0)