skip flaky suite (#165838)

This commit is contained in:
Tiago Costa 2023-10-12 04:37:52 +01:00
parent 9c0f2fc292
commit af48835b43
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -50,7 +50,8 @@ let exceptionListResponse: Cypress.Response<ExceptionListSchema>;
// TODO: https://github.com/elastic/kibana/issues/161539
// FLAKY: https://github.com/elastic/kibana/issues/165690
describe(
// FLAKY: https://github.com/elastic/kibana/issues/165838
describe.skip(
'Manage lists from "Shared Exception Lists" page',
{ tags: ['@ess', '@serverless', '@skipInServerless'] },
() => {