From 1de77cde759821d6683aeb92560db71b17e5f975 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 23 Mar 2018 14:09:38 -0400 Subject: [PATCH] Unignore JUL logging test Closes gh-1778 --- .../boot/logging/log4j2/Log4J2LoggingSystemTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystemTests.java b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystemTests.java index 5d90482fe6d..0f7c54e814a 100644 --- a/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystemTests.java +++ b/spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/log4j2/Log4J2LoggingSystemTests.java @@ -33,7 +33,6 @@ import org.apache.logging.log4j.core.config.Configuration; import org.hamcrest.Matcher; import org.hamcrest.Matchers; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; @@ -189,7 +188,6 @@ public class Log4J2LoggingSystemTests extends AbstractLoggingSystemTests { } @Test - @Ignore("Fails on Bamboo") public void loggingThatUsesJulIsCaptured() { this.loggingSystem.beforeInitialize(); this.loggingSystem.initialize(null, null, null);