Skip to content

Commit

Permalink
skip flaky suite (elastic#189192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 26, 2024
1 parent 8fb9d64 commit 08db3f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ describe('telemetry tasks', () => {
});
});

describe('endpoint-diagnostics', () => {
// FLAKY: https://github.com/elastic/kibana/issues/189192
describe.skip('endpoint-diagnostics', () => {
it('should execute when scheduled', async () => {
await mockAndScheduleEndpointDiagnosticsTask();

Expand Down

0 comments on commit 08db3f2

Please sign in to comment.