Skip to content

Commit

Permalink
skip flaky suite (#119272)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 26, 2021
1 parent 7d20914 commit 736e31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/search/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});

describe('delete', () => {
// FLAKY: https://github.com/elastic/kibana/issues/119272
describe.skip('delete', () => {
it('should return 404 when no search id provided', async () => {
await supertest.delete(`/internal/search/ese`).set('kbn-xsrf', 'foo').send().expect(404);
});
Expand Down

0 comments on commit 736e31a

Please sign in to comment.