mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
removes cluster type restrictions from dynamic audit e2e test
This commit is contained in:
parent
718a747961
commit
898700d104
@ -41,12 +41,8 @@ import (
|
||||
|
||||
var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
|
||||
f := framework.NewDefaultFramework("audit")
|
||||
BeforeEach(func() {
|
||||
framework.SkipUnlessProviderIs("gce")
|
||||
})
|
||||
|
||||
// TODO(@pbarker): Get rid of [DisabledForLargeClusters] when feature request #53455 is ready.
|
||||
It("should dynamically audit API calls [DisabledForLargeClusters]", func() {
|
||||
It("should dynamically audit API calls", func() {
|
||||
namespace := f.Namespace.Name
|
||||
|
||||
By("Creating a kubernetes client that impersonates an unauthorized anonymous user")
|
||||
|
Loading…
Reference in New Issue
Block a user