Skip to content

Commit aee5c86

Browse files
mark and skip flaky TestOTelManager_Run (#6126) (#6141)
(cherry picked from commit 753aedb) # Conflicts: # internal/pkg/otel/manager/manager_test.go Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
1 parent 387a703 commit aee5c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/pkg/otel/manager/manager_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ var (
6363
)
6464

6565
func TestOTelManager_Run(t *testing.T) {
66+
t.Skip("Flaky test") // https://github.com/elastic/elastic-agent/issues/6119
6667
ctx, cancel := context.WithCancel(context.Background())
6768
defer cancel()
6869
l, _ := loggertest.New("otel")

0 commit comments

Comments
 (0)