Skip to content

Commit

Permalink
pkg/datapath: skip TestArpPingHandlingForMultiDevice due flakiness
Browse files Browse the repository at this point in the history
This test has been flaky in the last couple days, skipping it for now
since we have an assignee to fix it.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and julianwiedmann committed Jun 1, 2023
1 parent 5693d41 commit 5a12f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/datapath/linux/node_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1886,6 +1886,7 @@ refetch11:
}

func (s *linuxPrivilegedIPv6OnlyTestSuite) TestArpPingHandlingForMultiDevice(c *check.C) {
c.Skip("Skipping due flakiness. See https://github.com/cilium/cilium/issues/22373 for more info")
runtime.LockOSThread()
defer runtime.UnlockOSThread()

Expand Down

0 comments on commit 5a12f19

Please sign in to comment.