We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3544522 commit b060fd2Copy full SHA for b060fd2
testing/integration/event_logging_test.go
@@ -76,6 +76,8 @@ func TestEventLogFile(t *testing.T) {
76
Sudo: false,
77
})
78
79
+ t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5337")
80
+
81
ctx, cancel := testcontext.WithDeadline(
82
t,
83
context.Background(),
0 commit comments