From 318b9a957862226ce5bcec3d249ebaac8585860a Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 19 Jul 2021 14:48:40 -0400 Subject: [PATCH] remove superfluous [Feature:SCTP] tag in some test names This tag was supposed to have gone away when SCTP went GA. (I think it got screwed up due to a PR being mis-rebased after the SCTP GA merge.) --- test/e2e/network/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index dd0a0c23bc6..269c5eac765 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -3208,7 +3208,7 @@ func restartComponent(cs clientset.Interface, cName, ns string, matchLabels map[ return err } -var _ = common.SIGDescribe("SCTP [Feature:SCTP] [LinuxOnly]", func() { +var _ = common.SIGDescribe("SCTP [LinuxOnly]", func() { f := framework.NewDefaultFramework("sctp") var cs clientset.Interface