Skip to content

Commit

Permalink
skip failing test suite (#204323)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 16, 2024
1 parent 9ab5746 commit 0e3eb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/entity_manager/count.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('_count API', () => {
// Failing: See https://github.com/elastic/kibana/issues/204323
describe.skip('_count API', () => {
let cleanup: Function[] = [];

before(() => clearEntityDefinitions(esClient));
Expand Down

0 comments on commit 0e3eb00

Please sign in to comment.