Skip to content

Commit

Permalink
skip flaky suite (#190454)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 20, 2024
1 parent 96a5df1 commit 7270350
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function createGetTests({ getService }: FtrProviderContext) {
const ALERT_ID = '0359d7fcc04da9878ee9aadbda38ba55';
const ACTION_TASK_PARAMS_ID = '6e96ac5e648f57523879661ea72525b7';

describe('migrations', () => {
// FLAKY: https://github.com/elastic/kibana/issues/190454
describe.skip('migrations', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/task_manager_tasks');
});
Expand Down

0 comments on commit 7270350

Please sign in to comment.