Commit 7a159835 authored by Marian Lobur's avatar Marian Lobur

Add DisabledForLargeClusters tag to audit tests.

Remove this tag once functionality from feature request #53455 is implemented.
parent 0d22ddc8
...@@ -56,7 +56,8 @@ var _ = SIGDescribe("Advanced Audit", func() { ...@@ -56,7 +56,8 @@ var _ = SIGDescribe("Advanced Audit", func() {
framework.SkipUnlessProviderIs("gce") 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 namespace := f.Namespace.Name
config, err := framework.LoadConfig() config, err := framework.LoadConfig()
......
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