skip flaky suite (#178914)

This commit is contained in:
Tiago Costa 2024-03-19 16:13:36 +00:00
parent d6529e65fb
commit 64ea83912a
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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());
});