remove ScopeSelectors e2e feature label

This commit is contained in:
carlory 2024-04-18 16:04:08 +08:00
parent 8946348636
commit a8f7ff8ad6
2 changed files with 1 additions and 4 deletions

View File

@ -1219,7 +1219,7 @@ var _ = SIGDescribe("ResourceQuota", func() {
})
})
var _ = SIGDescribe("ResourceQuota", feature.ScopeSelectors, func() {
var _ = SIGDescribe("ResourceQuota", func() {
f := framework.NewDefaultFramework("scope-selectors")
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline
ginkgo.It("should verify ResourceQuota with best effort scope using scope-selectors.", func(ctx context.Context) {

View File

@ -272,9 +272,6 @@ var (
// TODO: document the feature (owning SIG, when to use this feature for a test)
RegularResourceUsageTracking = framework.WithFeature(framework.ValidFeatures.Add("RegularResourceUsageTracking"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
ScopeSelectors = framework.WithFeature(framework.ValidFeatures.Add("ScopeSelectors"))
// Owner: sig-network
// Marks tests that require a pod networking implementation that supports SCTP
// traffic between pods.