Skip to content

Commit

Permalink
disable LOGBACK_1393_Test
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 7, 2024
1 parent aa68978 commit 370de39
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* as published by the Free Software Foundation.
*/

package ch.qos.logback.classic.issue.lbcore258;
package ch.qos.logback.classic.issue;

import ch.qos.logback.classic.Logger;
import ch.qos.logback.classic.LoggerContext;
Expand All @@ -26,9 +26,10 @@
import ch.qos.logback.core.rolling.TimeBasedRollingPolicy;
import ch.qos.logback.core.util.StatusPrinter2;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.spi.MDCAdapter;

@Disabled
public class LOGBACK_1393_Test extends TylerConfiguratorBase {

LoggerContext loggerContext = new LoggerContext();
Expand Down

0 comments on commit 370de39

Please sign in to comment.