Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Oct 8, 2024
1 parent 2756640 commit 49663a8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
import ch.qos.logback.core.joran.spi.JoranException;
import ch.qos.logback.core.testUtil.RandomUtil;
import jakarta.servlet.http.HttpServlet;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;
import org.slf4j.LoggerFactory;

import java.io.UnsupportedEncodingException;
Expand Down Expand Up @@ -110,9 +107,12 @@ public void smoke() throws MalformedURLException {
assertNull(changedURL3);
}

@Disabled
@Test
public void propertiesFromHTTP() throws UnsupportedEncodingException, JoranException, InterruptedException, MalformedURLException {



String propertiesURLStr = urlString;
Logger bazingaLogger = loggerContext.getLogger(BAZINGA_LOGGER_NAME);

Expand Down

0 comments on commit 49663a8

Please sign in to comment.