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 Oct 9, 2023
1 parent 3991e6c commit 2262f90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});

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

Expand Down

0 comments on commit 2262f90

Please sign in to comment.