Skip to content

Commit

Permalink
refactor: update test exclusion patterns in devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pethers authored Jan 17, 2025
1 parent a46cef5 commit 263b57a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"install",
"-Prelease-site,all-modules",
"-DforkMode=once",
"-Dtest=!**ITest*,!**DocumentationTest*",
"-Dtest='!**ITest*,!**DocumentationTest*'",
"-Dmaven.test.failure.ignore=true",
"-DfailIfNoTests=false",
"-Dsurefire.failIfNoSpecifiedTests=false",
Expand All @@ -111,12 +111,11 @@
"args": [
"clean",
"install",
"-pl !cia-dist-deb",
"-pl '!cia-dist-deb'",
"-Dtest=no",
"-DfailIfNoTests=false",
"-Dsurefire.failIfNoSpecifiedTests=false",
"-Pall-modules",
"-Dhttps.protocols=TLSv1.2"
"-Pall-modules"
],
"options": {
"cwd": "${workspaceFolder}/parent-pom",
Expand Down

0 comments on commit 263b57a

Please sign in to comment.