Skip to content

Commit 71d4e4b

Browse files
authored
Merge pull request kubernetes#124362 from carlory/clean-e2efeature-labels
remove ScopeSelectors e2e feature label
2 parents b2b6734 + a8f7ff8 commit 71d4e4b

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
@@ -270,9 +270,6 @@ var (
270270
// TODO: document the feature (owning SIG, when to use this feature for a test)
271271
RegularResourceUsageTracking = framework.WithFeature(framework.ValidFeatures.Add("RegularResourceUsageTracking"))
272272

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

0 commit comments

Comments
 (0)