Skip to content

Commit

Permalink
Temporary skip TestEventLogOutputConfiguredViaFleet
Browse files Browse the repository at this point in the history
The test is flaky elastic#5159
  • Loading branch information
rdner committed Jul 17, 2024
1 parent ca726a2 commit 6703dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/event_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func TestEventLogOutputConfiguredViaFleet(t *testing.T) {
},
Group: "container",
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5159")

ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()
Expand Down

0 comments on commit 6703dc4

Please sign in to comment.