Skip to content

Commit 49663a8

Browse files
committed
disable flaky test
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 2756640 commit 49663a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

logback-classic-blackbox/src/test/java/ch/qos/logback/classic/blackbox/joran/spi/ConfigurationWatchListTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
import ch.qos.logback.core.joran.spi.JoranException;
2626
import ch.qos.logback.core.testUtil.RandomUtil;
2727
import jakarta.servlet.http.HttpServlet;
28-
import org.junit.jupiter.api.AfterEach;
29-
import org.junit.jupiter.api.Assertions;
30-
import org.junit.jupiter.api.BeforeEach;
31-
import org.junit.jupiter.api.Test;
28+
import org.junit.jupiter.api.*;
3229
import org.slf4j.LoggerFactory;
3330

3431
import java.io.UnsupportedEncodingException;
@@ -110,9 +107,12 @@ public void smoke() throws MalformedURLException {
110107
assertNull(changedURL3);
111108
}
112109

110+
@Disabled
113111
@Test
114112
public void propertiesFromHTTP() throws UnsupportedEncodingException, JoranException, InterruptedException, MalformedURLException {
115113

114+
115+
116116
String propertiesURLStr = urlString;
117117
Logger bazingaLogger = loggerContext.getLogger(BAZINGA_LOGGER_NAME);
118118

0 commit comments

Comments
 (0)