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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new bc85f7d33 Enable test case that is now passing
bc85f7d33 is described below

commit bc85f7d332c623f67abf7d7c264f67a12614e3e7
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Sun Mar 8 09:57:30 2026 +0000

    Enable test case that is now passing
---
 systests/cross-om-tests/src/test/java/LLOM2DOOMTest.java | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/systests/cross-om-tests/src/test/java/LLOM2DOOMTest.java 
b/systests/cross-om-tests/src/test/java/LLOM2DOOMTest.java
index 7e5d5a2e4..ecca089d8 100644
--- a/systests/cross-om-tests/src/test/java/LLOM2DOOMTest.java
+++ b/systests/cross-om-tests/src/test/java/LLOM2DOOMTest.java
@@ -19,21 +19,16 @@
 import java.util.stream.Stream;
 
 import org.apache.axiom.om.OMAbstractFactory;
-import org.apache.axiom.testutils.suite.MatrixTestFilters;
 import org.apache.axiom.ts.om.cross.CrossOMTestSuite;
-import org.apache.axiom.ts.om.cross.TestInsertSibling;
 import org.junit.jupiter.api.DynamicNode;
 import org.junit.jupiter.api.TestFactory;
 
 public class LLOM2DOOMTest {
     @TestFactory
     public Stream<DynamicNode> crossOMTests() {
-        // TODO
-        MatrixTestFilters excludes =
-                
MatrixTestFilters.builder().add(TestInsertSibling.class).build();
         return CrossOMTestSuite.create(
                         
OMAbstractFactory.getMetaFactory(OMAbstractFactory.FEATURE_DOM),
                         OMAbstractFactory.getMetaFactory())
-                .toDynamicNodes(excludes);
+                .toDynamicNodes();
     }
 }

Reply via email to