mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Flakey Test] skipping flakey cypress test (#171236)
Skips a flakey exceptions cypress test. Created issue to track - // https://github.com/elastic/kibana/issues/171235
This commit is contained in:
parent
6c926c77f2
commit
81685d4c51
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ import {
|
|||
import { visitRuleDetailsPage } from '../../../tasks/rule_details';
|
||||
import { deleteEndpointExceptionList, deleteExceptionLists } from '../../../tasks/common';
|
||||
|
||||
describe('Add, edit and delete exception', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// https://github.com/elastic/kibana/issues/171235
|
||||
describe.skip('Add, edit and delete exception', { tags: ['@ess', '@serverless'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
deleteExceptionLists();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue