Skip to content

Commit

Permalink
Issue #4800 - disable test DistributionTests.testSimpleWebAppWithWebs…
Browse files Browse the repository at this point in the history
…ocket()

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Apr 21, 2020
1 parent 8516240 commit 73382fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.io.BufferedWriter;
import java.io.File;
import java.nio.charset.StandardCharsets;
import java.nio.file.CopyOption;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
Expand All @@ -41,6 +40,7 @@
import org.eclipse.jetty.util.IO;
import org.eclipse.jetty.util.StringUtil;
import org.eclipse.jetty.util.ssl.SslContextFactory;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnJre;
import org.junit.jupiter.api.condition.JRE;
Expand Down Expand Up @@ -410,6 +410,7 @@ public void testWebAppWithProxyAndJPMS() throws Exception
"",
"--jpms",
})
@Disabled // TODO: fix and re-enable.
public void testSimpleWebAppWithWebsocket(String arg) throws Exception
{
String jettyVersion = System.getProperty("jettyVersion");
Expand Down

0 comments on commit 73382fe

Please sign in to comment.