fix: exclude the test because we have created a challenge

Signed-off-by: Jean-Louis Monteiro <jlmonteiro@tomitribe.com>
diff --git a/tck/jsonb/pom.xml b/tck/jsonb/pom.xml
index 914fc97..880acaf 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>