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 6a98ed1bf60fc4bd3432d83d87702dbab748c157
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Thu Jan 26 23:03:49 2023 +0100

    OWB-1417 another illegal test with unspecified invocation order
---
 webbeans-tck/standalone-suite.xml | 5 +++++
 webbeans-tck/testng-dev.xml       | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/webbeans-tck/standalone-suite.xml 
b/webbeans-tck/standalone-suite.xml
index 7704c7450..fcaa02f3c 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -84,6 +84,11 @@
                     <exclude name="testInterceptorBindingOverriden"/>
                 </methods>
             </class>
+            <class 
name="org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest"
 >
+                <methods>
+                    <exclude name="testMultipleLifecycleInterceptors"/>
+                </methods>
+            </class>
 
             <!--
                 This is just the most backward breaking change I've seen in 
years.
diff --git a/webbeans-tck/testng-dev.xml b/webbeans-tck/testng-dev.xml
index c448d2342..e63273b2f 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.aroundConstruct.bindings.AroundConstructTest"
 >
+            <class 
name="org.jboss.cdi.tck.interceptors.tests.contract.lifecycleCallback.bindings.LifecycleInterceptorDefinitionTest"
 >
                 <methods>
                     <include name=".*"/>
                 </methods>

Reply via email to