removes cluster type restrictions from dynamic audit e2e test

This commit is contained in:
Patrick Barker 2019-03-04 14:43:04 -07:00
parent 718a747961
commit 898700d104

View File

@ -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")