You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/08/23 00:16:02 UTC

[logging-log4j2] 01/03: Mark TODO test as @Ignore

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

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

commit 21746ab403094346fd8e34c1156dd5b2bbeea87e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Aug 16 16:36:57 2020 -0500

    Mark TODO test as @Ignore
    
    This test doesn't assert anything at the moment.
---
 .../test/java/org/apache/logging/log4j/core/CollectionLoggingTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/CollectionLoggingTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/CollectionLoggingTest.java
index d1ca640..b293ad9 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/CollectionLoggingTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/CollectionLoggingTest.java
@@ -28,11 +28,13 @@ import org.apache.logging.log4j.message.StringMapMessage;
 import org.apache.logging.log4j.test.appender.ListAppender;
 import org.junit.Before;
 import org.junit.ClassRule;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
  * TODO: Work in progress.
  */
+@Ignore
 public class CollectionLoggingTest {
 
     private static final String CONFIG = "log4j-collectionLogging.xml";