We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387a703 commit aee5c86Copy full SHA for aee5c86
internal/pkg/otel/manager/manager_test.go
@@ -63,6 +63,7 @@ var (
63
)
64
65
func TestOTelManager_Run(t *testing.T) {
66
+ t.Skip("Flaky test") // https://github.com/elastic/elastic-agent/issues/6119
67
ctx, cancel := context.WithCancel(context.Background())
68
defer cancel()
69
l, _ := loggertest.New("otel")
0 commit comments