This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push: new 0d82bba5 disable challenged TCK test for now 0d82bba5 is described below commit 0d82bba5660e1a96f44ea9839b6601499e095c9f Author: Mark Struberg <strub...@apache.org> AuthorDate: Tue Oct 10 21:34:05 2023 +0200 disable challenged TCK test for now PR sent and waiting for review and a new TCK release --- tck/jsonb/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tck/jsonb/pom.xml b/tck/jsonb/pom.xml index d12bbfd0..914fc973 100644 --- a/tck/jsonb/pom.xml +++ b/tck/jsonb/pom.xml @@ -94,6 +94,11 @@ <dependency>jakarta.json.bind:jakarta.json.bind-tck</dependency> </dependenciesToScan> + <excludes> + <!-- https://github.com/jakartaee/jsonb-api/issues/344 --> + <exclude>**/SerializersCustomizationCDITest</exclude> + </excludes> + <systemProperties> <jimage.dir>${project.build.directory}/jimage</jimage.dir> <signature.sigTestClasspath>${project.build.directory}/signaturedirectory/jakarta.json.bind-api.jar:${project.build.directory}/jimage/java.base:${project.build.directory}/jimage/java.rmi:${project.build.directory}/jimage/java.sql:${project.build.directory}/jimage/java.naming</signature.sigTestClasspath>