skip failing test suite (#193840)

This commit is contained in:
Kibana Machine 2024-09-26 05:50:10 +10:00
parent 53c80d1bcd
commit 72b039a548

View file

@ -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());