Merge pull request #103778 from danwinship/feature-sctp

remove superfluous [Feature:SCTP] tag in some test names
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 01:43:13 -07:00
committed by GitHub

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