Skip to content

Commit a8f7ff8

Browse files
committed
remove ScopeSelectors e2e feature label
1 parent 8946348 commit a8f7ff8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/e2e/apimachinery/resource_quota.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ var _ = SIGDescribe("ResourceQuota", func() {
12191219
})
12201220
})
12211221

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

test/e2e/feature/feature.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,6 @@ var (
272272
// TODO: document the feature (owning SIG, when to use this feature for a test)
273273
RegularResourceUsageTracking = framework.WithFeature(framework.ValidFeatures.Add("RegularResourceUsageTracking"))
274274

275-
// TODO: document the feature (owning SIG, when to use this feature for a test)
276-
ScopeSelectors = framework.WithFeature(framework.ValidFeatures.Add("ScopeSelectors"))
277-
278275
// Owner: sig-network
279276
// Marks tests that require a pod networking implementation that supports SCTP
280277
// traffic between pods.

0 commit comments

Comments
 (0)