mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#156671)
This commit is contained in:
parent
52b2e38da4
commit
8b6c6e94a4
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const dashboardPanelActions = getService('dashboardPanelActions');
|
||||
const dashboardAddPanel = getService('dashboardAddPanel');
|
||||
|
||||
describe('edit embeddable redirects', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/156671
|
||||
describe.skip('edit embeddable redirects', () => {
|
||||
before(async () => {
|
||||
await kibanaServer.savedObjects.cleanStandardList();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue