mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#182476)
This commit is contained in:
parent
1b399f4a13
commit
c909608f5f
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ import { visitRuleDetailsPage } from '../../../../../tasks/rule_details';
|
|||
import { deleteAlertsAndRules } from '../../../../../tasks/api_calls/common';
|
||||
import { deleteExceptionLists } from '../../../../../tasks/api_calls/exceptions';
|
||||
|
||||
describe('Manage exceptions', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/182476
|
||||
describe.skip('Manage exceptions', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
deleteAlertsAndRules();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue