mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#189330)
This commit is contained in:
parent
6924f77bfd
commit
dc74b2a6d1
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@ describe('telemetry tasks', () => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('endpoint-meta-telemetry', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/189330
|
||||
describe.skip('endpoint-meta-telemetry', () => {
|
||||
beforeEach(async () => {
|
||||
await initEndpointIndices(esClient);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue