File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
logback-classic/src/test/java/ch/qos/logback/classic/issue Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
* as published by the Free Software Foundation.
13
13
*/
14
14
15
- package ch .qos .logback .classic .issue . lbcore258 ;
15
+ package ch .qos .logback .classic .issue ;
16
16
17
17
import ch .qos .logback .classic .Logger ;
18
18
import ch .qos .logback .classic .LoggerContext ;
26
26
import ch .qos .logback .core .rolling .TimeBasedRollingPolicy ;
27
27
import ch .qos .logback .core .util .StatusPrinter2 ;
28
28
import org .junit .jupiter .api .BeforeEach ;
29
+ import org .junit .jupiter .api .Disabled ;
29
30
import org .junit .jupiter .api .Test ;
30
- import org .slf4j .spi .MDCAdapter ;
31
31
32
+ @ Disabled
32
33
public class LOGBACK_1393_Test extends TylerConfiguratorBase {
33
34
34
35
LoggerContext loggerContext = new LoggerContext ();
You can’t perform that action at this time.
0 commit comments