skip failing test suite (#208138)

This commit is contained in:
Kibana Machine 2025-01-29 01:24:08 +11:00
parent 95a160ca94
commit a381bf3152

View file

@ -14,7 +14,8 @@ import type { FtrProviderContext } from '../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
describe('search', () => {
// Failing: See https://github.com/elastic/kibana/issues/208138
describe.skip('search', () => {
describe('ES|QL', () => {
it(`should return getColumns response in expected shape`, async () => {
const resp = await supertest