Skip to content

Commit 370de39

Browse files
committed
disable LOGBACK_1393_Test
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent aa68978 commit 370de39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

logback-classic/src/test/java/ch/qos/logback/classic/issue/LOGBACK_1393_Test.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* as published by the Free Software Foundation.
1313
*/
1414

15-
package ch.qos.logback.classic.issue.lbcore258;
15+
package ch.qos.logback.classic.issue;
1616

1717
import ch.qos.logback.classic.Logger;
1818
import ch.qos.logback.classic.LoggerContext;
@@ -26,9 +26,10 @@
2626
import ch.qos.logback.core.rolling.TimeBasedRollingPolicy;
2727
import ch.qos.logback.core.util.StatusPrinter2;
2828
import org.junit.jupiter.api.BeforeEach;
29+
import org.junit.jupiter.api.Disabled;
2930
import org.junit.jupiter.api.Test;
30-
import org.slf4j.spi.MDCAdapter;
3131

32+
@Disabled
3233
public class LOGBACK_1393_Test extends TylerConfiguratorBase {
3334

3435
LoggerContext loggerContext = new LoggerContext();

0 commit comments

Comments
 (0)