Skip to content

Commit

Permalink
skip failing test suite (#203982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 12, 2024
1 parent 9ce5239 commit 6154ddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/entity_manager/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 6154ddf

Please sign in to comment.