diff --git a/testing/integration/ess/beat_receivers_test.go b/testing/integration/ess/beat_receivers_test.go index e86bca83e09..e56a7fe4eb4 100644 --- a/testing/integration/ess/beat_receivers_test.go +++ b/testing/integration/ess/beat_receivers_test.go @@ -686,6 +686,9 @@ func TestBeatsReceiverLogs(t *testing.T) { }, Stack: nil, }) + + t.Skip("Skip this test as it's flaky. See https://github.com/elastic/elastic-agent/issues/9890") + type configOptions struct { RuntimeExperimental string }