mirror of
https://github.com/elastic/kibana.git
synced 2025-04-19 15:35:00 -04:00
skip flaky suite (#208459)
This commit is contained in:
parent
6d688deebb
commit
dbbc4751d3
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,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
Reference in a new issue