Skip to content

Commit

Permalink
skip failing test suite (elastic#199356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and mbondyra committed Nov 8, 2024
1 parent e25d164 commit ca6d66e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const dashboardAddPanel = getService('dashboardAddPanel');
const kibanaServer = getService('kibanaServer');

describe('extension getRenderAppWrapper', () => {
// Failing: See https://github.com/elastic/kibana/issues/199356
describe.skip('extension getRenderAppWrapper', () => {
before(async () => {
await svlCommonPage.loginAsAdmin();
});
Expand Down

0 comments on commit ca6d66e

Please sign in to comment.