mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip "Dashboards linked by a drilldown are both copied to a space" (#83824)
This commit is contained in:
parent
f83e06f718
commit
f220313edb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await spaces.delete(destinationSpaceId);
|
||||
});
|
||||
|
||||
it('Dashboards linked by a drilldown are both copied to a space', async () => {
|
||||
it.skip('Dashboards linked by a drilldown are both copied to a space', async () => {
|
||||
await PageObjects.copySavedObjectsToSpace.openCopyToSpaceFlyoutForObject(
|
||||
dashboardDrilldownsManage.DASHBOARD_WITH_AREA_CHART_NAME
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue