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 authored and mistic committed Nov 22, 2020
1 parent 4b49eeb commit e1a07c4
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 e1a07c4

Please sign in to comment.