Skip to content

Commit

Permalink
skip flaky suite (elastic#200154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and TattdCodeMonkey committed Nov 21, 2024
1 parent 3558ec9 commit 41f1253
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default function ({ getService }: FtrProviderContext) {
const UNREGISTERED_TASK_TYPE_ID = 'ce7e1250-3322-11eb-94c1-db6995e83f6b';
const REMOVED_TASK_TYPE_ID = 'be7e1250-3322-11eb-94c1-db6995e83f6a';

describe('not registered task types', () => {
// FLAKY: https://github.com/elastic/kibana/issues/200154
describe.skip('not registered task types', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/task_manager_removed_types');
});
Expand Down

0 comments on commit 41f1253

Please sign in to comment.