File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2424 distribution : ${{ matrix.distribution }}
2525 java-version : ${{ matrix.java }}
2626 - name : Test with Maven
27- run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true"
27+ run : ./mvnw test -B -V --no-transfer-progress -D"license.skip=true" -PtestContainers
Original file line number Diff line number Diff line change 8181
8282 <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
8383 <!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
84+ <!-- Note: RequireIllegalAccess tests are now no longer valid as they only worked prior to java 16 -->
8485 <excludedGroups >TestcontainersTests,RequireIllegalAccess</excludedGroups >
8586
8687 <!-- Automatic Module Name -->
422423 </build >
423424
424425 <profiles >
426+ <profile >
427+ <id >testContainers</id >
428+ <properties >
429+ <excludedGroups >RequireIllegalAccess</excludedGroups >
430+ </properties >
431+ </profile >
425432 <profile >
426433 <id >17</id >
427434 <activation >
You can’t perform that action at this time.
0 commit comments