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 a1ff73e Disable a failing test on Android and Graalvm
a1ff73e is described below
commit a1ff73ecb60a6a8d9f5edc4fb2f1e27bb9b3e2ab
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 12:31:44 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 91a0c12..9326241 100644
--- a/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
+++ b/src/test/java/org/apache/commons/xml/SecureTransformerFactoryTest.java
@@ -208,6 +208,7 @@ void
securesAssociatedStylesheetSourcesOfEverySupportedShape() throws Exception
@Test
@DisabledIfSystemProperty(named = "java.vendor", matches =
"android|graalvm") // TODO Who knows!
+ @DisabledIfSystemProperty(named = "java.vendor.version", matches =
"android|graalvm") // TODO Who knows!
void wrapsEveryStandardAndSaxFactoryProduct() throws Exception {
final SAXTransformerFactory factory = (SAXTransformerFactory)
SecureTransformerFactory.newInstance();
final URIResolver resolver = (href, base) -> null;