Skip to content

Commit

Permalink
skip failing test suite (#194716)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 2, 2024
1 parent 91cda05 commit 503a1b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/maps/bsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503a1b6

Please sign in to comment.