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 24
24
distribution : ${{ matrix.distribution }}
25
25
java-version : ${{ matrix.java }}
26
26
- 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 81
81
82
82
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
83
83
<!-- 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 -->
84
85
<excludedGroups >TestcontainersTests,RequireIllegalAccess</excludedGroups >
85
86
86
87
<!-- Automatic Module Name -->
422
423
</build >
423
424
424
425
<profiles >
426
+ <profile >
427
+ <id >testContainers</id >
428
+ <properties >
429
+ <excludedGroups >RequireIllegalAccess</excludedGroups >
430
+ </properties >
431
+ </profile >
425
432
<profile >
426
433
<id >17</id >
427
434
<activation >
You can’t perform that action at this time.
0 commit comments