Skip to content

Commit

Permalink
skip failing test suite (#193840)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 25, 2024
1 parent dc4943f commit 967bba7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import { openActiveTimeline } from '../../../tasks/timeline';

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

describe('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/193840
describe.skip('Alerts cell actions', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
deleteAlertsAndRules();
createRule(getNewRule());
Expand Down

0 comments on commit 967bba7

Please sign in to comment.