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:
justinsb 2022-01-30 13:09:14 -05:00
parent 2e68fd2857
commit a905d7bfaf

View File

@ -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