[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:
Yara Tercero 2023-11-14 12:32:10 -08:00 committed by GitHub
parent 6c926c77f2
commit 81685d4c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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