mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Mark audit e2e tests as flaky
This commit is contained in:
parent
aa9cbd112c
commit
cacafc1947
@ -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 New Issue
Block a user