Skip to content

Commit

Permalink
TOMEE-4327 - Adds the JIRA to the exclusion of the failing bval tests…
Browse files Browse the repository at this point in the history
… due to J17 - needed to track to be fixed after next bval release.
  • Loading branch information
rzo1 committed Apr 23, 2024
1 parent 475351e commit c91a746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<packages>
<package name="org.hibernate.beanvalidation.tck.tests.*">
<!-- FIXME: This tests seem to be broken on Java 17+ (also in BVAL itself) - exclude for now -->
<!-- FIXME: TOMEE-4327 This tests seem to be broken on Java 17+ (also in BVAL itself) - exclude for now -->
<exclude name="org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.*"/>
</package>
</packages>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<packages>
<package name="org.hibernate.beanvalidation.tck.tests.*">
<!-- FIXME: This tests seem to be broken on Java 17+ (also in BVAL itself) - exclude for now -->
<!-- FIXME: TOMEE-4327 This tests seem to be broken on Java 17+ (also in BVAL itself) - exclude for now -->
<exclude name="org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.*"/>
</package>
</packages>
Expand Down

0 comments on commit c91a746

Please sign in to comment.