Issue #4800 - disable test DistributionTests.testSimpleWebAppWithWebsocket()
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
8516240c03
commit
73382fe430
|
@ -21,7 +21,6 @@ package org.eclipse.jetty.tests.distribution;
|
|||
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;
|
||||
|
@ -41,6 +40,7 @@ import org.eclipse.jetty.unixsocket.server.UnixSocketConnector;
|
|||
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;
|
||||
|
@ -410,6 +410,7 @@ public class DistributionTests extends AbstractDistributionTest
|
|||
"",
|
||||
"--jpms",
|
||||
})
|
||||
@Disabled // TODO: fix and re-enable.
|
||||
public void testSimpleWebAppWithWebsocket(String arg) throws Exception
|
||||
{
|
||||
String jettyVersion = System.getProperty("jettyVersion");
|
||||
|
|
Loading…
Reference in New Issue