Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (see elastic#172233)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Dec 15, 2023
1 parent d766ac8 commit d135be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { openActiveTimeline } from '../../../tasks/timeline';

import { ALERTS_URL } from '../../../urls/navigation';

describe('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => {
describe.skip('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => {
before(() => {
createRule(getNewRule());
});
Expand Down

0 comments on commit d135be0

Please sign in to comment.