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/01/26 21:00:24 UTC

[openwebbeans] 01/02: OWB-1417 disable more invalid tests

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

commit dbe443be0ea0fd4bd0993e43e112ad47538e61ca
Author: Mark Struberg <st...@apache.org>
AuthorDate: Thu Jan 26 20:52:17 2023 +0100

    OWB-1417 disable more invalid tests
---
 webbeans-tck/standalone-suite.xml | 18 ++++++++++++++++++
 webbeans-tck/testng-dev.xml       |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/webbeans-tck/standalone-suite.xml b/webbeans-tck/standalone-suite.xml
index 515d22b8f..5492700ac 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -106,6 +106,24 @@
                 </methods>
             </class>
 
+            <!--
+                Illegal code as they do call reateInjectionTarget(null); and not on the real bean.
+            -->
+            <class name="org.jboss.cdi.tck.tests.full.extensions.alternative.metadata.interceptor.AlternativeMetadataInterceptorInjectionTargetTest" >
+                <methods>
+                    <exclude name=".*"/>
+                </methods>
+            </class>
+
+            <!--
+                Test wrongly assumes that Annotated must implement equals().
+            -->
+            <class name="org.jboss.cdi.tck.tests.full.context.passivating.dependency.builtin.BuiltinBeanPassivationDependencyTest" >
+                <methods>
+                    <exclude name="testInjectionPoint"/>
+                </methods>
+            </class>
+
 
 
             <!-- Tests broken in the CDI-2.0 TCK: -->
diff --git a/webbeans-tck/testng-dev.xml b/webbeans-tck/testng-dev.xml
index e2e94ddf8..c97b98bd7 100644
--- a/webbeans-tck/testng-dev.xml
+++ b/webbeans-tck/testng-dev.xml
@@ -18,9 +18,9 @@
 <suite name="JSR-346-TCK" verbose="2" configfailurepolicy="continue">
   <test name="JSR-346 TCK">
     <classes>
-          <class name="org.jboss.cdi.tck.tests.full.extensions.beanDiscovery.event.ordering.LifecycleEventOrderingTest" >
+          <class name="org.jboss.cdi.tck.tests.full.alternative.selection.stereotype.SelectedBeanWithUnselectedStereotypeTest" >
             <methods>
-              <include name="testEventsWereFiredInCorrectOrderForManagedBean"/>
+              <include name=".*"/>
             </methods>
           </class>