Skip to content

Commit 23d5d24

Browse files
committed
Filter Concurrency TCK to Web profile using JUnit 5 tag
Replace !eefull with web tag to properly exclude Full/EJB profile tests. The TCK 3.1.1 uses JUnit 5 @tag annotations: @web has tags web+platform, @platform has only platform. Filtering on web includes Core, Standalone, and Web tests while excluding Platform-only (Full).
1 parent 1124f83 commit 23d5d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tck/concurrency-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<excludes>
178178
<exclude>ee/jakarta/tck/concurrent/spec/signature/**</exclude>
179179
</excludes>
180-
<groups>!eefull</groups>
180+
<groups>web</groups>
181181
<systemPropertyVariables>
182182
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>
183183
<jimage.dir>${project.build.directory}/jimage</jimage.dir>

0 commit comments

Comments
 (0)