Skip to content

Commit

Permalink
Temporary skip TestEventLogOutputConfiguredViaFleet (#5162)
Browse files Browse the repository at this point in the history
The test is flaky #5159
  • Loading branch information
rdner authored Jul 18, 2024
1 parent 6c5b7ed commit fa52544
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 fa52544

Please sign in to comment.