Skip to content

Commit

Permalink
skip flaky suite (#169034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 18, 2023
1 parent db6fe51 commit 542c008
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { RISK_INFORMATION_FLYOUT_HEADER } from '../../../screens/entity_analytic
import { navigateToHostRiskDetailTab } from '../../../tasks/host_risk';

describe('risk tab', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('with legacy risk score', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169034
describe.skip('with legacy risk score', () => {
before(() => {
cleanKibana();
// illegal_argument_exception: unknown setting [index.lifecycle.rollover_alias]
Expand Down

0 comments on commit 542c008

Please sign in to comment.