Skip to content

Commit

Permalink
skip flaky suite (#168490)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 13, 2023
1 parent 61e8ca2 commit 459c0b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ describe('Entity Analytics Dashboard', { tags: ['@ess', '@brokenInServerless'] }
});
});

describe('With host risk data', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168490
describe.skip('With host risk data', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'risk_hosts' });
});
Expand Down

0 comments on commit 459c0b0

Please sign in to comment.