mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-13 19:01:10 -04:00
Merge pull request #103778 from danwinship/feature-sctp
remove superfluous [Feature:SCTP] tag in some test names
This commit is contained in:
commit
6edce1cfca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue