Add DisabledForLargeClusters tag to audit tests.

Remove this tag once functionality from feature request #53455 is implemented.
This commit is contained in:
Marian Lobur
2017-12-04 13:58:25 +01:00
parent 0d22ddc802
commit 7a159835bc

View File

@@ -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()