Skip to content

Commit

Permalink
[Security Solution] - skipping failing Cypress test (see elastic#170782)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Dec 14, 2023
1 parent 2d72a38 commit a753ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { DATAGRID_HEADER } from '../../../screens/timeline';
*
* */

describe(`Alert Table Controls`, { tags: ['@ess', '@serverless'] }, () => {
describe.skip(`Alert Table Controls`, { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
createRule(getNewRule());
Expand Down

0 comments on commit a753ab4

Please sign in to comment.