Skip to content

Commit

Permalink
skip flaky suite (#113082)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and jbudz committed Nov 11, 2021
1 parent 0c5aa9f commit 06371e9
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 @@ -14,7 +14,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');

describe('search', () => {
describe('post', () => {
// https://github.com/elastic/kibana/issues/113082
describe.skip('post', () => {
it('should return 200 with final response if wait_for_completion_timeout is long enough', async () => {
const resp = await supertest
.post(`/internal/search/ese`)
Expand Down

0 comments on commit 06371e9

Please sign in to comment.