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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 569238e  Disable a failing test on Android and Graalvm
569238e is described below

commit 569238ef6b72523aa18fe791bd51cfe69708ab84
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 12:47:58 2026 -0400

    Disable a failing test on Android and Graalvm
---
 src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java 
b/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
index 6a7bb8d..c76987c 100644
--- a/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
+++ b/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
@@ -195,6 +195,7 @@ void rejectsDelegatesThatCannotEnableSecureProcessing() {
 
     @Test
     @Tag("trax")
+    @DisabledIfSystemProperty(named = "android.useAndroidX", matches = ".*") 
// Hack
     void securesAssociatedStylesheetSourcesOfEverySupportedShape() throws 
Exception {
         final SAXTransformerFactory factory = (SAXTransformerFactory) 
SecureTransformerFactory.newInstance();
         associatedStylesheet(factory, new StreamSource(new 
StringReader("<root/>")));

Reply via email to