Skip to content

Commit

Permalink
Skip POD_MTU test until future release (#2803)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Chen <[email protected]>
  • Loading branch information
jchen6585 and Joseph Chen authored Feb 21, 2024
1 parent 510d647 commit 80eadb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/cni/host_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ var _ = Describe("test host networking", func() {
mtuValidationTest(false, NEW_MTU_VAL)
})
It("POD MTU", func() {
Skip("Skip this test until v1.16.4 is released")
mtuValidationTest(true, NEW_POD_MTU)
})
})
Expand Down
1 change: 1 addition & 0 deletions test/integration/ipv6/ipv6_host_networking_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ var _ = Describe("[CANARY] test ipv6 host netns setup", func() {
mtuValidationTest(false, NEW_MTU_VAL)
})
It("POD MTU", func() {
Skip("Skip this test until v1.16.4 is released")
mtuValidationTest(true, NEW_POD_MTU)
})
})
Expand Down

0 comments on commit 80eadb9

Please sign in to comment.