mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #107869 from justinsb/e2e_feature_must_be_square_bracketed
e2e: Feature tags must be in square brackets
This commit is contained in:
commit
1c03e36f9a
@ -39,7 +39,7 @@ import (
|
||||
imageutils "k8s.io/kubernetes/test/utils/image"
|
||||
)
|
||||
|
||||
var _ = common.SIGDescribe("Feature:Topology Hints", func() {
|
||||
var _ = common.SIGDescribe("[Feature:Topology Hints]", func() {
|
||||
f := framework.NewDefaultFramework("topology-hints")
|
||||
|
||||
// filled in BeforeEach
|
||||
|
Loading…
Reference in New Issue
Block a user