mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#199356)
This commit is contained in:
parent
ceec5aeb3e
commit
1ac22dc0fb
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue