skip flaky suite (#208459)

This commit is contained in:
Tiago Costa 2025-02-04 21:22:01 +00:00
parent 7389b05690
commit 7c3f074e45
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;