Skip to content

Commit

Permalink
skip failing test suite (#196526)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 16, 2024
1 parent 1f56f21 commit 4ab5832
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertest = getService('supertest');

const utils = EntityStoreUtils(getService);
describe('@ess @skipInServerlessMKI Entity Store Engine APIs', () => {
// Failing: See https://github.com/elastic/kibana/issues/196526
describe.skip('@ess @skipInServerlessMKI Entity Store Engine APIs', () => {
const dataView = dataViewRouteHelpersFactory(supertest);

before(async () => {
Expand Down

0 comments on commit 4ab5832

Please sign in to comment.