From 51de231ff3e8f31e12002522a34b056638d9e7be Mon Sep 17 00:00:00 2001 From: Adam Karpowich Date: Wed, 22 Nov 2023 12:36:43 -0500 Subject: [PATCH] remove status from offset guess test --- pkg/network/tracer/offsetguess_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkg/network/tracer/offsetguess_test.go b/pkg/network/tracer/offsetguess_test.go index b505cbab4de73..55c88dc6b9ee6 100644 --- a/pkg/network/tracer/offsetguess_test.go +++ b/pkg/network/tracer/offsetguess_test.go @@ -61,7 +61,6 @@ const ( offsetSkBuffHead offsetCtOrigin offsetCtReply - offsetCtStatus offsetCtNetns offsetCtIno offsetMax @@ -117,8 +116,6 @@ func (o offsetT) String() string { return "offset_ct_origin" case offsetCtReply: return "offset_ct_reply" - case offsetCtStatus: - return "offset_ct_status" case offsetCtNetns: return "offset_ct_netns" case offsetCtIno: @@ -208,8 +205,6 @@ func testOffsetGuess(t *testing.T) { consts[offsetCtOrigin] = value case "offset_ct_reply": consts[offsetCtReply] = value - case "offset_ct_status": - consts[offsetCtStatus] = value case "offset_ct_netns": consts[offsetCtNetns] = value case "offset_ct_ino":