mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#165795)
This commit is contained in:
parent
3f2feb93a2
commit
ecc372d408
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ describe('Add, edit and delete exception', { tags: ['@ess', '@serverless'] }, ()
|
|||
const FIELD_DIFFERENT_FROM_EXISTING_ITEM_FIELD = 'agent.name';
|
||||
const EXCEPTION_LIST_NAME = 'Newly created list';
|
||||
|
||||
describe('Add, Edit and delete Exception item', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/165795
|
||||
describe('Add, Edit and delete Exception item', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
|
||||
it('should create exception item from Shared Exception List page and linked to a Rule', () => {
|
||||
// Click on "Create shared exception list" button on the header
|
||||
// Click on "Create exception item"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue