mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#189192)
This commit is contained in:
parent
8fb9d64781
commit
08db3f23ad
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue