Skip to content

Commit

Permalink
skip flaky suite (elastic#178914)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 19, 2024
1 parent d6529e6 commit 64ea839
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
});
Expand Down

0 comments on commit 64ea839

Please sign in to comment.