Ignore JUL logging tests that only fail on Bamboo

This commit is contained in:
Andy Wilkinson
2014-10-28 17:18:44 +00:00
parent af2a867d14
commit 15a3a21417
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ package org.springframework.boot.logging.log4j;
import org.apache.commons.logging.impl.Log4JLogger;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.springframework.boot.logging.LogLevel;
@@ -90,6 +91,7 @@ public class Log4JLoggingSystemTests {
}
@Test
@Ignore("Fails on Bamboo")
public void loggingThatUsesJulIsCaptured() {
this.loggingSystem.beforeInitialize();
this.loggingSystem.initialize();

View File

@@ -20,6 +20,7 @@ import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.springframework.boot.logging.LogLevel;
@@ -91,6 +92,7 @@ public class Log4J2LoggingSystemTests {
}
@Test
@Ignore("Fails on Bamboo")
public void loggingThatUsesJulIsCaptured() {
this.loggingSystem.beforeInitialize();
this.loggingSystem.initialize();