Merge pull request #56791 from loburm/disable_audit_large_cluster

Automatic merge from submit-queue (batch tested with PRs 55360, 56444, 56687, 56791, 56802). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add DisabledForLargeClusters tag to audit tests.

Remove this tag once functionality from feature request #53455 is implemented.

Fixes #56683.

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-12-04 13:40:19 -08:00 committed by GitHub
commit cf7b3306be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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