Revert added @Test via @Ignore

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/b0df3f47
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/b0df3f47
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/b0df3f47

Branch: refs/heads/LOG4J2-1161
Commit: b0df3f4776be60bf1426582ff45139ea16f3885e
Parents: 5b5773e
Author: Matt Sicker <boa...@gmail.com>
Authored: Wed Oct 21 01:15:15 2015 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Wed Oct 21 01:15:15 2015 -0500

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/log4j/core/LogEventTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b0df3f47/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
index d8729ca..fc53583 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
@@ -26,6 +26,7 @@ import org.apache.logging.log4j.Level;
 import org.apache.logging.log4j.LoggingException;
 import org.apache.logging.log4j.core.impl.Log4jLogEvent;
 import org.apache.logging.log4j.message.SimpleMessage;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.junit.Assert.*;
@@ -121,6 +122,7 @@ public class LogEventTest {
     }
 
     @Test
+    @Ignore
     public void testEquals() {
         final LogEvent event1 = Log4jLogEvent.newBuilder() //
                 .setLoggerName(this.getClass().getName()) //

Reply via email to