Skip to content

Commit

Permalink
skip flaky suite (elastic#174859)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent c22e03a commit d377644
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import { kqlSearch } from '../../../tasks/security_header';
import { mockRiskEngineEnabled } from '../../../tasks/entity_analytics';

describe('risk tab', { tags: ['@ess', '@serverless'] }, () => {
describe('with legacy risk score', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174859
describe.skip('with legacy risk score', () => {
before(() => {
cy.task('esArchiverLoad', { archiveName: 'risk_hosts' });
});
Expand Down

0 comments on commit d377644

Please sign in to comment.