Skip to content

Commit

Permalink
skip "should schedule actions on legacy alerts" #87010
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 1, 2021
1 parent 0ec7689 commit 308827a
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 308827a

Please sign in to comment.