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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 9c7b1734f0 Exclude new arbiters from XmlSchemaTest
9c7b1734f0 is described below

commit 9c7b1734f0688698e77fc8a81177ad868ad5dc60
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Aug 1 23:46:28 2023 +0200

    Exclude new arbiters from XmlSchemaTest
---
 .../java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java
 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java
index f6ca18554d..5f009eed60 100644
--- 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java
+++ 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java
@@ -53,7 +53,9 @@ public class XmlSchemaTest {
 
     private static final List<String> IGNORE_CONFIGS = Arrays.asList( //
             "log4j2-arbiters.xml", // Arbiters violate XML schema as they can 
appear anywhere
+            "log4j2-environmentArbiters.xml",
             "log4j2-scriptArbiters.xml",
+            "log4j2-systemPropertyArbiters.xml",
             "log4j2-selectArbiters.xml",
             "log4j-core-gctests/src/test/resources/gcFreeLogging.xml", // has 
2 <Pattern> tags defined
             "legacy-plugins.xml", //

Reply via email to