Skip to content

Commit

Permalink
reenable tests
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 19, 2023
1 parent 8bc6af0 commit 32ed4af
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import ch.qos.logback.classic.Logger;
Expand All @@ -31,7 +30,6 @@

import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled
public class SocketAppenderMessageLossTest {
int runLen = 100;
Duration reconnectionDelay = new Duration(1000);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import ch.qos.logback.classic.Level;
Expand All @@ -50,9 +49,7 @@
* Unit tests for {@link SocketReceiver}.
*
* @author Carl Harris
*/
@Disabled
public class SocketReceiverTest {
*/public class SocketReceiverTest {

private static final int DELAY = 1000;
private static final String TEST_HOST_NAME = "NOT.A.VALID.HOST.NAME";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

@Disabled
public class SyslogAppenderTest {

private static final String SYSLOG_PREFIX_REGEX = "<\\d{2}>\\w{3} [\\d ]\\d \\d{2}(:\\d{2}){2} [\\w.-]* ";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package ch.qos.logback.core;public class SchedulerTest {
}

0 comments on commit 32ed4af

Please sign in to comment.