parent
8dd1354d82
commit
1de77cde75
|
|
@ -33,7 +33,6 @@ import org.apache.logging.log4j.core.config.Configuration;
|
||||||
import org.hamcrest.Matcher;
|
import org.hamcrest.Matcher;
|
||||||
import org.hamcrest.Matchers;
|
import org.hamcrest.Matchers;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
|
@ -189,7 +188,6 @@ public class Log4J2LoggingSystemTests extends AbstractLoggingSystemTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore("Fails on Bamboo")
|
|
||||||
public void loggingThatUsesJulIsCaptured() {
|
public void loggingThatUsesJulIsCaptured() {
|
||||||
this.loggingSystem.beforeInitialize();
|
this.loggingSystem.beforeInitialize();
|
||||||
this.loggingSystem.initialize(null, null, null);
|
this.loggingSystem.initialize(null, null, null);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue