mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#178914)
This commit is contained in:
parent
d6529e65fb
commit
64ea83912a
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ describe('Entity Analytics Dashboard', { tags: ['@ess', '@serverless'] }, () =>
|
|||
cy.get(HOSTS_TABLE_ROWS).should('have.length', 1);
|
||||
});
|
||||
|
||||
describe('With alerts data', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/178914
|
||||
describe.skip('With alerts data', () => {
|
||||
before(() => {
|
||||
createRule(getNewRule());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue