mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 07:25:19 +00:00
KEP-3619: deleted unused SupplementalGroupsPolicy in e2e/feature
This commit is contained in:
@@ -439,11 +439,6 @@ var (
|
||||
// TODO: document the feature (owning SIG, when to use this feature for a test)
|
||||
StorageVersionAPI = framework.WithFeature(framework.ValidFeatures.Add("StorageVersionAPI"))
|
||||
|
||||
// Owner: sig-node
|
||||
// Marks tests that require a cluster with SupplementalGroupsPolicy
|
||||
// (used for testing fine-grained SupplementalGroups control <https://kep.k8s.io/3619>)
|
||||
SupplementalGroupsPolicy = framework.WithFeature(framework.ValidFeatures.Add("SupplementalGroupsPolicy"))
|
||||
|
||||
// The Swap feature tests must run on nodes with the swap memory allocated and kubelet swap enabled. KEP-2400 (Node Swap Support)
|
||||
Swap = framework.WithFeature(framework.ValidFeatures.Add("NodeSwap"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user