e2e: use framework labels
This changes the text registration so that tags for which the framework has a dedicated API (features, feature gates, slow, serial, etc.) those APIs are used. Arbitrary, custom tags are still left in place for now.
This commit is contained in:
@@ -40,7 +40,7 @@ import (
|
||||
"github.com/onsi/gomega/types"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("Summary API [NodeConformance]", func() {
|
||||
var _ = SIGDescribe("Summary API", framework.WithNodeConformance(), func() {
|
||||
f := framework.NewDefaultFramework("summary-test")
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelPrivileged
|
||||
ginkgo.Context("when querying /stats/summary", func() {
|
||||
|
Reference in New Issue
Block a user