Skip to content

Commit

Permalink
skip 'alerts should delete all selection' #77401
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 14, 2020
1 parent f6cd264 commit eee237b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
await deleteAlerts([createdAlert.id]);
});

it('should delete all selection', async () => {
it.skip('should delete all selection', async () => {
const namePrefix = generateUniqueKey();
let count = 0;
const createdAlertsFirstPage = await Promise.all(
Expand Down

0 comments on commit eee237b

Please sign in to comment.