Skip to content

Commit

Permalink
added 3.4.0 test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 22, 2025
1 parent 00050a6 commit 4be583f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/MavenTestDevModeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ it('View Integration test report for maven project', async () => {

}).timeout(10000);

/*it('Run tests for sample maven project with surefire version 3.4.0', async () => {
it('Run tests for sample maven project with surefire version 3.4.0', async () => {

// Define the report paths
const reportPaths = [
Expand Down Expand Up @@ -246,7 +246,7 @@ it('View Integration test report for maven project with surefire version 3.4.0',
tabs = await new EditorView().getOpenEditorTitles();
expect(tabs.indexOf(constants.FAILSAFE_REPORT_TITLE) > -1, "Integration test report not found").to.equal(true);

}).timeout(10000);*/
}).timeout(10000);

it('attach debugger for start with custom parameter event', async () => {
console.log("start attach debugger");
Expand Down

0 comments on commit 4be583f

Please sign in to comment.