This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch concurency
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/concurency by this push:
new 0439ef5ab5 Filter Concurrency TCK to Web profile using JUnit 5 tag
0439ef5ab5 is described below
commit 0439ef5ab5b6df8de389827f4273c305d1b93a62
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Apr 2 20:57:51 2026 +0200
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).
---
tck/concurrency-standalone/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tck/concurrency-standalone/pom.xml
b/tck/concurrency-standalone/pom.xml
index 09b5afb907..f762ba4410 100644
--- a/tck/concurrency-standalone/pom.xml
+++ b/tck/concurrency-standalone/pom.xml
@@ -177,7 +177,7 @@
<excludes>
<exclude>ee/jakarta/tck/concurrent/spec/signature/**</exclude>
</excludes>
- <groups>!eefull</groups>
+ <groups>web</groups>
<systemPropertyVariables>
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>
<jimage.dir>${project.build.directory}/jimage</jimage.dir>