This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git

commit e27449a2c1a6e264b36a5c36f798c931e344b7a0
Author: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
AuthorDate: Wed Oct 11 16:38:56 2023 +0200

    fix: exclude the test because we have created a challenge
    
    Signed-off-by: Jean-Louis Monteiro <jlmonte...@tomitribe.com>
---
 tck/jsonb/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tck/jsonb/pom.xml b/tck/jsonb/pom.xml
index 914fc973..880acafd 100644
--- a/tck/jsonb/pom.xml
+++ b/tck/jsonb/pom.xml
@@ -97,6 +97,9 @@
           <excludes>
             <!-- https://github.com/jakartaee/jsonb-api/issues/344 -->
             <exclude>**/SerializersCustomizationCDITest</exclude>
+
+            <!-- https://github.com/jakartaee/jsonb-api/issues/347 -->
+            <exclude>**/AnnotationTypeInfoTest</exclude>
           </excludes>
 
           <systemProperties>

Reply via email to