File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
logback-classic/src/test/java/ch/qos/logback/classic/net
logback-core/src/test/java/ch/qos/logback/core Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1818import java .util .concurrent .CountDownLatch ;
1919import java .util .concurrent .TimeUnit ;
2020
21- import org .junit .jupiter .api .Disabled ;
2221import org .junit .jupiter .api .Test ;
2322
2423import ch .qos .logback .classic .Logger ;
3130
3231import static org .junit .jupiter .api .Assertions .assertTrue ;
3332
34- @ Disabled
3533public class SocketAppenderMessageLossTest {
3634 int runLen = 100 ;
3735 Duration reconnectionDelay = new Duration (1000 );
Original file line number Diff line number Diff line change 3232
3333import org .junit .jupiter .api .AfterEach ;
3434import org .junit .jupiter .api .BeforeEach ;
35- import org .junit .jupiter .api .Disabled ;
3635import org .junit .jupiter .api .Test ;
3736
3837import ch .qos .logback .classic .Level ;
5049 * Unit tests for {@link SocketReceiver}.
5150 *
5251 * @author Carl Harris
53- */
54- @ Disabled
55- public class SocketReceiverTest {
52+ */ public class SocketReceiverTest {
5653
5754 private static final int DELAY = 1000 ;
5855 private static final String TEST_HOST_NAME = "NOT.A.VALID.HOST.NAME" ;
Original file line number Diff line number Diff line change 3636import static org .junit .jupiter .api .Assertions .assertEquals ;
3737import static org .junit .jupiter .api .Assertions .assertTrue ;
3838
39- @ Disabled
4039public class SyslogAppenderTest {
4140
4241 private static final String SYSLOG_PREFIX_REGEX = "<\\ d{2}>\\ w{3} [\\ d ]\\ d \\ d{2}(:\\ d{2}){2} [\\ w.-]* " ;
Original file line number Diff line number Diff line change 1+ package ch .qos .logback .core ;public class SchedulerTest {
2+ }
You can’t perform that action at this time.
0 commit comments