diff --git a/test/e2e/auth/audit.go b/test/e2e/auth/audit.go index 1f516c62186..7a39f107065 100644 --- a/test/e2e/auth/audit.go +++ b/test/e2e/auth/audit.go @@ -50,8 +50,11 @@ var ( patch, _ = json.Marshal(jsonpatch.Patch{}) ) -var _ = SIGDescribe("Advanced Audit [Feature:Audit]", func() { +var _ = SIGDescribe("Advanced Audit", func() { f := framework.NewDefaultFramework("audit") + BeforeEach(func() { + framework.SkipUnlessProviderIs("gce", "gke") + }) It("should audit API calls", func() { namespace := f.Namespace.Name