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 17fb76f8e151b935fd563286c2183bf3eb510800
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Thu Jan 26 19:48:28 2023 +0100

    OWB-1417 disable test which isn't covered by the spec
---
 webbeans-tck/standalone-suite.xml | 10 ++++++++++
 webbeans-tck/testng-dev.xml       |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/webbeans-tck/standalone-suite.xml 
b/webbeans-tck/standalone-suite.xml
index 28b59f779..a52d7ce40 100644
--- a/webbeans-tck/standalone-suite.xml
+++ b/webbeans-tck/standalone-suite.xml
@@ -88,6 +88,16 @@
                 </methods>
             </class>
 
+            <!--
+                The test asserts something which is not defined in the spec.
+            -->
+            <class 
name="org.jboss.cdi.tck.tests.full.extensions.beanManager.unmanaged.UnmanagedInstanceTest"
 >
+                <methods>
+                    <exclude name="testNonContextualInstanceIsIntercepted"/>
+                </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 260787f45..7673c0da3 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.beanManager.BeanManagerTest" >
+          <class 
name="org.jboss.cdi.tck.tests.full.extensions.beanManager.unmanaged.UnmanagedInstanceTest"
 >
             <methods>
-              <include name="testObtainingInjectionTargetWithDefinitionError"/>
+              <include name="testNonContextualInstanceIsIntercepted"/>
             </methods>
           </class>
 

Reply via email to