From 753aedb0a27a4374df85306a353130f13768d027 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Mon, 25 Nov 2024 19:34:57 +0100 Subject: [PATCH] mark and skip flaky TestOTelManager_Run (#6126) --- internal/pkg/otel/manager/manager_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/otel/manager/manager_test.go b/internal/pkg/otel/manager/manager_test.go index 1b105e47d2c..c0d8bfd4309 100644 --- a/internal/pkg/otel/manager/manager_test.go +++ b/internal/pkg/otel/manager/manager_test.go @@ -63,6 +63,7 @@ var ( ) func TestOTelManager_Run(t *testing.T) { + t.Skip("Flaky test") // https://github.com/elastic/elastic-agent/issues/6119 ctx, cancel := context.WithCancel(context.Background()) defer cancel() l, _ := loggertest.New("otel")