Skip to content

Commit ee563d2

Browse files
authored
Skip TestSensitiveLogsESExporter on 9.1 (#11500)
This test is flaky due to a race condition involving paths in filebeat. The fix for this race condition wasn't backported to 9.1, so this test periodically fails.
1 parent dd24201 commit ee563d2

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
@@ -909,6 +909,9 @@ func TestSensitiveLogsESExporter(t *testing.T) {
909909
},
910910
Stack: &define.Stack{},
911911
})
912+
913+
t.Skip("Flaky test, see https://github.com/elastic/elastic-agent/issues/11023#issuecomment-3596964850")
914+
912915
tmpDir := t.TempDir()
913916
numEvents := 50
914917
// Create the data file to ingest

0 commit comments

Comments
 (0)