You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2023/11/08 14:38:10 UTC

(openwebbeans) branch main updated: exclude test which breaks with Java21

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

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b19a0db0 exclude test which breaks with Java21
7b19a0db0 is described below

commit 7b19a0db05465ca3a5e4e19a2615e1727e554393
Author: Mark Struberg <st...@apache.org>
AuthorDate: Wed Nov 8 15:37:39 2023 +0100

    exclude test which breaks with Java21
    
    See https://github.com/jakartaee/cdi-tck/issues/485
---
 webbeans-tck/standalone-suite.xml | 7 +++++++
 webbeans-tck/testng-dev.xml       | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/webbeans-tck/standalone-suite.xml b/webbeans-tck/standalone-suite.xml
index 7367eca48..2702b00a2 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -239,6 +239,13 @@
                 </methods>
             </class>
 
+            <!-- https://github.com/jakartaee/cdi-tck/issues/485 -->
+            <class name="org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest">
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
+
 
         </classes>
 
diff --git a/webbeans-tck/testng-dev.xml b/webbeans-tck/testng-dev.xml
index 654cf0992..00a9c0fa9 100644
--- a/webbeans-tck/testng-dev.xml
+++ b/webbeans-tck/testng-dev.xml
@@ -19,7 +19,7 @@
     <test name="JSR-346 TCK">
 
         <classes>
-            <class name="org.jboss.cdi.tck.interceptors.tests.contract.invocationContext.InvocationContextTest" >
+            <class name="org.jboss.cdi.tck.tests.definition.bean.types.ManagedBeanTypesTest" >
                 <methods>
 <!--
                     <include name="testNonContextualInstanceIsIntercepted"/>