Skip to content

Commit d98dac9

Browse files
committed
Disable flaky test TestBeatsReceiverLogs
1 parent c8f5f63 commit d98dac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing/integration/ess/beat_receivers_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,8 @@ outputs:
675675

676676
// TestBeatsReceiverLogs is a test that compares logs emitted by beats processes to those emitted by beats receivers.
677677
func TestBeatsReceiverLogs(t *testing.T) {
678+
t.Skip("Skip this test as it's flaky. See https://github.com/elastic/elastic-agent/issues/9890")
679+
678680
_ = define.Require(t, define.Requirements{
679681
Group: integration.Default,
680682
Local: true,

0 commit comments

Comments
 (0)