Skip to content

Commit 35b7dc0

Browse files
committed
unskip
1 parent fd9f504 commit 35b7dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/dashboard/drilldowns/dashboard_to_dashboard_drilldown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
166166
await spaces.delete(destinationSpaceId);
167167
});
168168

169-
it.skip('Dashboards linked by a drilldown are both copied to a space', async () => {
169+
it('Dashboards linked by a drilldown are both copied to a space', async () => {
170170
await PageObjects.copySavedObjectsToSpace.openCopyToSpaceFlyoutForObject(
171171
dashboardDrilldownsManage.DASHBOARD_WITH_AREA_CHART_NAME
172172
);

0 commit comments

Comments
 (0)