Skip to content

Commit

Permalink
skip flaky suite (#168355)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 3, 2023
1 parent c93f733 commit 7c00488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default ({ getService }: FtrProviderContext) => {
});

// FLAKY: https://github.com/elastic/kibana/issues/168355
describe('status api', () => {
describe.skip('status api', () => {
it('should disable / enable risk engine', async () => {
const status1 = await riskEngineRoutes.getStatus();

Expand Down

0 comments on commit 7c00488

Please sign in to comment.