mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 03:18:57 +00:00
Merge pull request #124362 from carlory/clean-e2efeature-labels
remove ScopeSelectors e2e feature label
This commit is contained in:
@@ -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) {
|
||||
|
@@ -270,9 +270,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.
|
||||
|
Reference in New Issue
Block a user