dont run WebsocketClientInWebapp test with JPMS

This commit is contained in:
Lachlan Roberts 2020-10-02 15:39:49 +10:00
parent a91a7630e0
commit 27a0879798
1 changed files with 2 additions and 5 deletions

View File

@ -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.",