Skip to content

Commit

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

describe('init api', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168376
describe.skip('init api', () => {
it('should return response with success status', async () => {
const response = await riskEngineRoutes.init();
expect(response.body).to.eql({
Expand Down

0 comments on commit fb23474

Please sign in to comment.