Unignore JUL logging test

Closes gh-1778
This commit is contained in:
Andy Wilkinson 2018-03-23 14:09:38 -04:00
parent 8dd1354d82
commit 1de77cde75
1 changed files with 0 additions and 2 deletions

View File

@ -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);