Merge pull request #124362 from carlory/clean-e2efeature-labels

remove ScopeSelectors e2e feature label
This commit is contained in:
Kubernetes Prow Robot 2024-05-10 06:48:46 -07:00 committed by GitHub
commit 71d4e4bede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 := framework.NewDefaultFramework("scope-selectors")
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline f.NamespacePodSecurityLevel = admissionapi.LevelBaseline
ginkgo.It("should verify ResourceQuota with best effort scope using scope-selectors.", func(ctx context.Context) { ginkgo.It("should verify ResourceQuota with best effort scope using scope-selectors.", func(ctx context.Context) {

View File

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