Skip to content

Commit

Permalink
skip flaky suite (#168415)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 10, 2023
1 parent e29f72f commit ed54eaf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ export default ({ getService }: FtrProviderContext): void => {
});
});

describe('initializing the risk engine', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168415
describe.skip('initializing the risk engine', () => {
beforeEach(async () => {
await riskEngineRoutes.init();
});
Expand Down

0 comments on commit ed54eaf

Please sign in to comment.