Skip to content

Commit 5c21dff

Browse files
authored
Skip flaky test TestWinlogIgnoreMissingChannel (#49016)
1 parent 223b974 commit 5c21dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/filebeat/tests/integration/windows/inputs_windows_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ output.console:
9292
}
9393

9494
func TestWinlogIgnoreMissingChannel(t *testing.T) {
95+
t.Skip("Flaky Test: https://github.com/elastic/beats/issues/49015")
9596
ctx, cancel := context.WithTimeout(context.Background(), 3*time.Minute)
9697
defer cancel()
9798
lbint.EnsureCompiled(ctx, t, "filebeat")

0 commit comments

Comments
 (0)