Skip to content

Commit

Permalink
Update engine_nondefault_spaces.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev authored Oct 17, 2024
1 parent cb9ae3e commit 0f32ce9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ export default ({ getService }: FtrProviderContextWithSpaces) => {
const namespace = uuidv4().substring(0, 8);
const supertest = getService('supertest');
const utils = EntityStoreUtils(getService, namespace);

describe('@ess Entity Store Engine APIs in non-default space', () => {

// Failing: See https://github.com/elastic/kibana/issues/196546
describe.skip('@ess Entity Store Engine APIs in non-default space', () => {
const dataView = dataViewRouteHelpersFactory(supertest, namespace);

before(async () => {
Expand Down

0 comments on commit 0f32ce9

Please sign in to comment.