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 cfc8cef Disable a failing test on Android and Graalvm
cfc8cef is described below
commit cfc8cef7b6c9221a77651a65107bf181ef4ae5eb
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 12:56:05 2026 -0400
Disable a failing test on Android and Graalvm
---
src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
b/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
index 3b98991..5ce46fa 100644
--- a/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
+++ b/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
@@ -209,7 +209,6 @@ void
securesAssociatedStylesheetSourcesOfEverySupportedShape() throws Exception
}
@Test
- @Tag("trax")
void wrapsEveryStandardAndSaxFactoryProduct() throws Exception {
final SAXTransformerFactory factory = (SAXTransformerFactory)
SecureTransformerFactory.newInstance();
final URIResolver resolver = (href, base) -> null;