Skip to content

Commit

Permalink
skip failing test suite (elastic#200758)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and CAWilson94 committed Dec 12, 2024
1 parent 8cfc2b8 commit f29eed4
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 APIs', () => {
// Failing: See https://github.com/elastic/kibana/issues/200758
describe.skip('@ess @skipInServerlessMKI Entity Store APIs', () => {
const dataView = dataViewRouteHelpersFactory(supertest);

before(async () => {
Expand Down

0 comments on commit f29eed4

Please sign in to comment.