Skip to content

Commit

Permalink
skip flaky suite (elastic#194208)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Nov 18, 2024
1 parent e94cb15 commit 48ea8b3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jest.mock('../monitoring/workload_statistics', () => {
};
});

describe('unrecognized task types', () => {
// FLAKY: https://github.com/elastic/kibana/issues/194208
describe.skip('unrecognized task types', () => {
let esServer: TestElasticsearchUtils;
let kibanaServer: TestKibanaUtils;
let taskManagerPlugin: TaskManagerStartContract;
Expand Down

0 comments on commit 48ea8b3

Please sign in to comment.