Skip to content

Commit

Permalink
skip "Dashboards linked by a drilldown are both copied to a space" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 19, 2020
1 parent f83e06f commit f220313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit f220313

Please sign in to comment.