skip flaky suite (#178838)

This commit is contained in:
Tiago Costa 2024-03-19 16:11:29 +00:00
parent 85d2fc179a
commit 80c30e87fd
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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