Skip to content

Commit

Permalink
mark and skip flaky TestOTelManager_Run (#6126)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas authored Nov 25, 2024
1 parent 061e862 commit 753aedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/otel/manager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 753aedb

Please sign in to comment.