From 898700d1042c922491f5694f55fcbaedbf31e548 Mon Sep 17 00:00:00 2001 From: Patrick Barker Date: Mon, 4 Mar 2019 14:43:04 -0700 Subject: [PATCH] removes cluster type restrictions from dynamic audit e2e test --- test/e2e/auth/audit_dynamic.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/e2e/auth/audit_dynamic.go b/test/e2e/auth/audit_dynamic.go index ab8cb4d00bc..e3145fe8c99 100644 --- a/test/e2e/auth/audit_dynamic.go +++ b/test/e2e/auth/audit_dynamic.go @@ -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")