Commit 898700d1 authored by Patrick Barker's avatar Patrick Barker

removes cluster type restrictions from dynamic audit e2e test

parent 718a7479
...@@ -41,12 +41,8 @@ import ( ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment