mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue