mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 20:03:52 +00:00
removes cluster type restrictions from dynamic audit e2e test
This commit is contained in:
@@ -41,12 +41,8 @@ import (
|
|||||||
|
|
||||||
var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
|
var _ = SIGDescribe("[Feature:DynamicAudit]", func() {
|
||||||
f := framework.NewDefaultFramework("audit")
|
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", func() {
|
||||||
It("should dynamically audit API calls [DisabledForLargeClusters]", func() {
|
|
||||||
namespace := f.Namespace.Name
|
namespace := f.Namespace.Name
|
||||||
|
|
||||||
By("Creating a kubernetes client that impersonates an unauthorized anonymous user")
|
By("Creating a kubernetes client that impersonates an unauthorized anonymous user")
|
||||||
|
|||||||
Reference in New Issue
Block a user