Skip to content

Commit

Permalink
Temporary skip TestEventLogOutputConfiguredViaFleet (#5162) (#5167)
Browse files Browse the repository at this point in the history
The test is flaky #5159

(cherry picked from commit fa52544)

Co-authored-by: Denis <denis.rechkunov@elastic.co>
  • Loading branch information
mergify[bot] and rdner authored Jul 18, 2024
1 parent a733286 commit 75d61c1
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 75d61c1

Please sign in to comment.