skip "Dashboards linked by a drilldown are both copied to a space" (#83824)

This commit is contained in:
Jonathan Budzenski 2020-11-19 11:08:37 -06:00
parent f83e06f718
commit f220313edb

View file

@ -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
);