Skip to content

Commit

Permalink
unskip spaces tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hop-dev committed Oct 16, 2024
1 parent 5092371 commit a4afabc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export default ({ getService }: FtrProviderContextWithSpaces) => {
const supertest = getService('supertest');
const utils = EntityStoreUtils(getService, namespace);

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

before(async () => {
Expand Down

0 comments on commit a4afabc

Please sign in to comment.