mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
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:
parent
33aba7ee02
commit
318b9a9578
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user