From fa52544ba713194efda80f0f13c689ed43f9ba3e Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 18 Jul 2024 10:14:45 +0200 Subject: [PATCH] Temporary skip TestEventLogOutputConfiguredViaFleet (#5162) The test is flaky https://github.com/elastic/elastic-agent/issues/5159 --- testing/integration/event_logging_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/integration/event_logging_test.go b/testing/integration/event_logging_test.go index 07483ff0d4b..b67b78caab6 100644 --- a/testing/integration/event_logging_test.go +++ b/testing/integration/event_logging_test.go @@ -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()