mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
e2e: Feature tags must be in square brackets
Otherwise the feature regexes that we use don't detect them. This was relatively hidden because we don't have many e2e tests that test multizone.
This commit is contained in:
parent
2e68fd2857
commit
a905d7bfaf
@ -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