mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#200154)
This commit is contained in:
parent
c224d060a9
commit
43d4730ebd
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue