mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#178838)
This commit is contained in:
parent
85d2fc179a
commit
80c30e87fd
1 changed files with 2 additions and 1 deletions
|
@ -389,7 +389,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/178838
|
||||
describe.skip('With alerts data', () => {
|
||||
before(() => {
|
||||
createRule(getNewRule());
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue