Skip to content

Commit

Permalink
skip flaky suite (elastic#176965)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent be34ccf commit 8ef1c4a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ describe('Enrichment', { tags: ['@ess', '@serverless'] }, () => {
});

describe('Custom query rule', () => {
describe('from legacy risk scores', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176965
describe.skip('from legacy risk scores', () => {
beforeEach(() => {
disableExpandableFlyout();
cy.task('esArchiverLoad', { archiveName: 'risk_hosts' });
Expand Down

0 comments on commit 8ef1c4a

Please sign in to comment.