Skip to content

Commit

Permalink
commenting surefire 3.4.0 test cases to investigate linux gha failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 21, 2025
1 parent a797c10 commit 5a08e62
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 5a08e62

Please sign in to comment.