From b851d1c79d43158118986ec5df419287aa6c5933 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Thu, 26 Nov 2020 11:59:13 +0000 Subject: [PATCH] Fix up UT --- rules/static_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rules/static_test.go b/rules/static_test.go index 5cb3da70e5..bfaa9cc179 100644 --- a/rules/static_test.go +++ b/rules/static_test.go @@ -265,7 +265,6 @@ var _ = Describe("Static", func() { // Outgoing host endpoint chains. {Action: JumpAction{Target: ChainDispatchToHostEndpointForward}}, {Action: JumpAction{Target: ChainCIDRBlock}}, - {Action: SetMarkAction{Mark: 0x10}}, }, })) }) @@ -1265,7 +1264,6 @@ var _ = Describe("Static", func() { // Outgoing host endpoint chains. {Action: JumpAction{Target: ChainDispatchToHostEndpointForward}}, {Action: JumpAction{Target: ChainCIDRBlock}}, - {Action: SetMarkAction{Mark: 0x10}}, }, })) })