diff --git a/src/test/MavenTestDevModeActions.ts b/src/test/MavenTestDevModeActions.ts index 086eda69..c9286c9c 100755 --- a/src/test/MavenTestDevModeActions.ts +++ b/src/test/MavenTestDevModeActions.ts @@ -232,7 +232,7 @@ it('Run tests for sample maven project with surefire version 3.4.0', async () => expect(serverStartStatus).to.be.true; }).timeout(350000); -/*it('View Unit test report for maven project with surefire version 3.4.0', async () => { +it('View Unit test report for maven project with surefire version 3.4.0', async () => { await utils.launchDashboardAction(item, constants.UTR_DASHABOARD_ACTION, constants.UTR_DASHABOARD_MAC_ACTION); tabs = await new EditorView().getOpenEditorTitles(); @@ -240,7 +240,7 @@ it('Run tests for sample maven project with surefire version 3.4.0', async () => }).timeout(10000); -it('View Integration test report for maven project with surefire version 3.4.0', async () => { +/*it('View Integration test report for maven project with surefire version 3.4.0', async () => { await utils.launchDashboardAction(item, constants.ITR_DASHBOARD_ACTION, constants.ITR_DASHBOARD_MAC_ACTION); tabs = await new EditorView().getOpenEditorTitles();