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.)
This commit is contained in:
Dan Winship 2021-07-19 14:48:40 -04:00
parent 33aba7ee02
commit 318b9a9578

View File

@ -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