Skip to content

Commit

Permalink
skip "should schedule actions on legacy alerts" elastic#87010
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 1, 2021
1 parent bce6b1e commit b4400b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function alertTests({ getService }: FtrProviderContext) {
});
});

it('should schedule actions on legacy alerts', async () => {
it.skip('should schedule actions on legacy alerts', async () => {
const reference = `alert:migrated-to-7.10:${user.username}`;
const migratedAlertId = MIGRATED_ALERT_ID[user.username];

Expand Down

0 comments on commit b4400b7

Please sign in to comment.