Skip to content

Commit

Permalink
skip test dashboard_to_url_drilldown
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 19, 2020
1 parent 5beb47a commit ffea2db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.dashboard.preserveCrossAppState();
});

it('should create dashboard to URL drilldown and use it to navigate to discover', async () => {
it.skip('should create dashboard to URL drilldown and use it to navigate to discover', async () => {
await PageObjects.dashboard.gotoDashboardEditMode(
dashboardDrilldownsManage.DASHBOARD_WITH_AREA_CHART_NAME
);
Expand Down

0 comments on commit ffea2db

Please sign in to comment.