mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#193840)
This commit is contained in:
parent
53c80d1bcd
commit
72b039a548
1 changed files with 2 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue