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
commit 6edce1cfca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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