Skip to content

Commit

Permalink
skip 'alerts should delete all selection' elastic#77401
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 14, 2020
1 parent cdce27b commit 4046444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,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 4046444

Please sign in to comment.