From 7a159835bc62f54555d1ee6bcb76ea07b0fc6d63 Mon Sep 17 00:00:00 2001 From: Marian Lobur Date: Mon, 4 Dec 2017 13:58:25 +0100 Subject: [PATCH] Add DisabledForLargeClusters tag to audit tests. Remove this tag once functionality from feature request #53455 is implemented. --- test/e2e/auth/audit.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/auth/audit.go b/test/e2e/auth/audit.go index c6057f07f3d..f9a0720f651 100644 --- a/test/e2e/auth/audit.go +++ b/test/e2e/auth/audit.go @@ -56,7 +56,8 @@ var _ = SIGDescribe("Advanced Audit", func() { framework.SkipUnlessProviderIs("gce") }) - It("should audit API calls", func() { + // TODO: Get rid of [DisabledForLargeClusters] when feature request #53455 is ready. + It("should audit API calls [DisabledForLargeClusters]", func() { namespace := f.Namespace.Name config, err := framework.LoadConfig()