skip failing test suite (#203982)

This commit is contained in:
Kibana Machine 2024-12-13 02:39:04 +11:00
parent 9ce5239392
commit 6154ddfac2

View file

@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const esClient = getService('es');
const supertest = getService('supertest');
describe('_search API', () => {
// Failing: See https://github.com/elastic/kibana/issues/203982
describe.skip('_search API', () => {
let cleanup: Function[] = [];
before(() => clearEntityDefinitions(esClient));