skip flaky suite (#189192)

This commit is contained in:
Tiago Costa 2024-07-27 00:20:55 +01:00
parent 8fb9d64781
commit 08db3f23ad
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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();