mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#165838)
This commit is contained in:
parent
9c0f2fc292
commit
af48835b43
1 changed files with 2 additions and 1 deletions
|
@ -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'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue