Skip to content

Commit

Permalink
skip failing test suite (#199356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 8, 2024
1 parent ceec5ae commit 1ac22dc
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 1ac22dc

Please sign in to comment.