mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#178918)
This commit is contained in:
parent
bccb0cd4ba
commit
85d2fc179a
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ const telemetrySenderStartSpy = jest.spyOn(SecuritySolutionPlugin.prototype, 'st
|
|||
const mockedAxiosGet = jest.spyOn(axios, 'get');
|
||||
const mockedAxiosPost = jest.spyOn(axios, 'post');
|
||||
|
||||
describe('telemetry tasks', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/178918
|
||||
describe.skip('telemetry tasks', () => {
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let kibanaServer: TestKibanaUtils;
|
||||
let taskManagerPlugin: TaskManagerStartContract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue