Skip to content

Commit

Permalink
test: Remove dead GKE code
Browse files Browse the repository at this point in the history
Since we don't run the ginkgo tests on GKE anymore, this code is dead.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and aanm committed Jan 27, 2023
1 parent 4838050 commit 9cb21ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/k8s/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,7 @@ Secondary Interface %s :: IPv4: (%s, %s), IPv6: (%s, %s)`,

// Run on net-next and 4.19 but not on old versions, because of
// LRU requirement.
SkipItIf(func() bool {
return helpers.DoesNotRunOn419OrLaterKernel() ||
(helpers.SkipQuarantined() && helpers.RunsOnGKE())
}, "Supports IPv4 fragments", func() {
SkipItIf(helpers.DoesNotRunOn419OrLaterKernel, "Supports IPv4 fragments", func() {
options := map[string]string{}
// On GKE we need to disable endpoint routes as fragment tracking
// isn't compatible with that options. See #15958.
Expand Down

0 comments on commit 9cb21ee

Please sign in to comment.