mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#194211)
This commit is contained in:
parent
7ff64237f1
commit
3faef00903
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function createGetTests({ getService }: FtrProviderContext) {
|
|||
const ALERT_ID = '0359d7fcc04da9878ee9aadbda38ba55';
|
||||
const ACTION_TASK_PARAMS_ID = '6e96ac5e648f57523879661ea72525b7';
|
||||
|
||||
describe('migrations', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/194211
|
||||
describe.skip('migrations', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('x-pack/test/functional/es_archives/task_manager_tasks');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue