Skip to content

Commit ba9c156

Browse files
authored
Disable flaky test TestBeatsReceiverLogs (#9891)
1 parent 3a2bbed commit ba9c156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/integration/ess/beat_receivers_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@ func TestBeatsReceiverLogs(t *testing.T) {
686686
},
687687
Stack: nil,
688688
})
689+
690+
t.Skip("Skip this test as it's flaky. See https://github.com/elastic/elastic-agent/issues/9890")
691+
689692
type configOptions struct {
690693
RuntimeExperimental string
691694
}

0 commit comments

Comments
 (0)