Skip to content

Commit ccf5e4f

Browse files
authored
Re-Skip Flaky test TestEventLogOutputConfiguredViaFleet (#5342)
1 parent b96a4ca commit ccf5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/integration/event_logging_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestEventLogOutputConfiguredViaFleet(t *testing.T) {
163163
},
164164
Group: "container",
165165
})
166-
166+
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5159")
167167
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
168168
defer cancel()
169169

0 commit comments

Comments
 (0)