Skip to content

Commit

Permalink
Re-Skip Flaky test TestEventLogOutputConfiguredViaFleet (#5342)
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr authored Aug 22, 2024
1 parent b96a4ca commit ccf5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/integration/event_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +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 ccf5e4f

Please sign in to comment.