You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2022/04/26 09:31:20 UTC

[logging-log4j2] 03/03: LOG4J2-3472 (master) re-enable flaky test

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

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

commit 37566b67f1352b48f7953a2f20115c7981472919
Author: Remko Popma <re...@yahoo.com>
AuthorDate: Tue Apr 26 18:30:51 2022 +0900

    LOG4J2-3472 (master) re-enable flaky test
---
 .../java/org/apache/logging/log4j/core/config/xml/XmlSchemaTest.java    | 2 --
 1 file changed, 2 deletions(-)

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 0020a10fbc..fa1ffd8433 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
@@ -39,7 +39,6 @@ import javax.xml.validation.Validator;
 import org.apache.commons.io.FileUtils;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.commons.lang3.mutable.MutableInt;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 import org.xml.sax.Attributes;
 import org.xml.sax.InputSource;
@@ -90,7 +89,6 @@ public class XmlSchemaTest {
         return xml;
     }
 
-    @Disabled
     @Test
     public void testXmlSchemaValidation() throws SAXException, IOException {
         final SchemaFactory factory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);