Skip to content

Commit

Permalink
test/K8sServices: disable fragment tracking test for kernel 4.19
Browse files Browse the repository at this point in the history
We are currently seeing flakes on the tests for fragment tracking on
4.19 (tracked in #10929), let's temporarily disable the test for that
kernel version.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and aanm committed Jun 12, 2020
1 parent 6a8eb0f commit 1120aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/k8sT/Services.go
Expand Up @@ -1412,7 +1412,9 @@ var _ = Describe("K8sServicesTest", func() {
})

// Net-next and not old versions, because of LRU requirement.
SkipItIf(helpers.DoesNotRunOnNetNextOr419Kernel, "Supports IPv4 fragments", func() {
// Should also run on 4.19, but it flakes a lot, see #10929.
// TODO: Re-enable on 4.19 after GH#11915.
SkipItIf(helpers.DoesNotRunOnNetNextKernel, "Supports IPv4 fragments", func() {
DeployCiliumAndDNS(kubectl, ciliumFilename)
testIPv4FragmentSupport()
})
Expand Down

0 comments on commit 1120aed

Please sign in to comment.