Skip to content

Commit 80eadb9

Browse files
jchen6585Joseph Chen
and
Joseph Chen
authored
Skip POD_MTU test until future release (#2803)
Co-authored-by: Joseph Chen <[email protected]>
1 parent 510d647 commit 80eadb9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/integration/cni/host_networking_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ var _ = Describe("test host networking", func() {
114114
mtuValidationTest(false, NEW_MTU_VAL)
115115
})
116116
It("POD MTU", func() {
117+
Skip("Skip this test until v1.16.4 is released")
117118
mtuValidationTest(true, NEW_POD_MTU)
118119
})
119120
})

test/integration/ipv6/ipv6_host_networking_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ var _ = Describe("[CANARY] test ipv6 host netns setup", func() {
110110
mtuValidationTest(false, NEW_MTU_VAL)
111111
})
112112
It("POD MTU", func() {
113+
Skip("Skip this test until v1.16.4 is released")
113114
mtuValidationTest(true, NEW_POD_MTU)
114115
})
115116
})

0 commit comments

Comments
 (0)