diff --git a/x-pack/test/api_integration/apis/maps/bsearch.ts b/x-pack/test/api_integration/apis/maps/bsearch.ts index 1813bcd0675c5..c3161bdfdfa39 100644 --- a/x-pack/test/api_integration/apis/maps/bsearch.ts +++ b/x-pack/test/api_integration/apis/maps/bsearch.ts @@ -24,7 +24,8 @@ function parseBfetchResponse(resp: request.Response, compressed: boolean = false export default function ({ getService }: FtrProviderContext) { const supertest = getService('supertest'); - describe('bsearch', () => { + // Failing: See https://github.com/elastic/kibana/issues/194716 + describe.skip('bsearch', () => { describe('ES|QL', () => { it(`should return getColumns response in expected shape`, async () => { const resp = await supertest