skip "should schedule actions on legacy alerts" #87010

This commit is contained in:
Jonathan Budzenski 2021-01-01 11:22:10 -06:00
parent 0ec7689249
commit 308827a67c

View file

@ -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];