mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Mark audit e2e tests as flaky
This commit is contained in:
parent
aa9cbd112c
commit
cacafc1947
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ var (
|
|||
)
|
||||
|
||||
// TODO: Get rid of [DisabledForLargeClusters] when feature request #53455 is ready.
|
||||
var _ = SIGDescribe("Advanced Audit [DisabledForLargeClusters]", func() {
|
||||
// Marked as flaky until a reliable method for collecting server-side audit logs is available. See http://issue.k8s.io/74745#issuecomment-474052439
|
||||
var _ = SIGDescribe("Advanced Audit [DisabledForLargeClusters][Flaky]", func() {
|
||||
f := framework.NewDefaultFramework("audit")
|
||||
var namespace string
|
||||
BeforeEach(func() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue