dont run WebsocketClientInWebapp test with JPMS
This commit is contained in:
parent
a91a7630e0
commit
27a0879798
|
@ -309,10 +309,8 @@ public class DistributionTests extends AbstractDistributionTest
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ParameterizedTest
|
@Test
|
||||||
@ValueSource(strings = {"", "--jpms"})
|
public void testWebsocketClientInWebapp() throws Exception
|
||||||
@DisabledOnJre({JRE.JAVA_14, JRE.JAVA_15})
|
|
||||||
public void testWebsocketClientInWebapp(String arg) throws Exception
|
|
||||||
{
|
{
|
||||||
Path jettyBase = Files.createTempDirectory("jetty_base");
|
Path jettyBase = Files.createTempDirectory("jetty_base");
|
||||||
String jettyVersion = System.getProperty("jettyVersion");
|
String jettyVersion = System.getProperty("jettyVersion");
|
||||||
|
@ -337,7 +335,6 @@ public class DistributionTests extends AbstractDistributionTest
|
||||||
|
|
||||||
int port = distribution.freePort();
|
int port = distribution.freePort();
|
||||||
String[] args2 = {
|
String[] args2 = {
|
||||||
arg,
|
|
||||||
"jetty.http.port=" + port,
|
"jetty.http.port=" + port,
|
||||||
// "jetty.server.dumpAfterStart=true",
|
// "jetty.server.dumpAfterStart=true",
|
||||||
// "jetty.webapp.addSystemClasses+=,org.eclipse.jetty.client.",
|
// "jetty.webapp.addSystemClasses+=,org.eclipse.jetty.client.",
|
||||||
|
|
Loading…
Reference in New Issue