mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#208459)
This commit is contained in:
parent
7389b05690
commit
7c3f074e45
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ jest.mock('../monitoring/workload_statistics', () => {
|
|||
};
|
||||
});
|
||||
|
||||
describe('unrecognized task types', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/208459
|
||||
describe.skip('unrecognized task types', () => {
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let kibanaServer: TestKibanaUtils;
|
||||
let taskManagerPlugin: TaskManagerStartContract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue