Browse Source

Disable also reactor-netty WebSocket integration tests

pull/1274/head
Sebastien Deleuze 9 years ago
parent
commit
e0c43c4fcb
  1. 2
      spring-web-reactive/src/test/java/org/springframework/web/reactive/socket/server/AbstractWebSocketIntegrationTests.java

2
spring-web-reactive/src/test/java/org/springframework/web/reactive/socket/server/AbstractWebSocketIntegrationTests.java

@ -69,7 +69,7 @@ public abstract class AbstractWebSocketIntegrationTests { @@ -69,7 +69,7 @@ public abstract class AbstractWebSocketIntegrationTests {
public static Object[][] arguments() {
File base = new File(System.getProperty("java.io.tmpdir"));
return new Object[][] {
{new ReactorHttpServer(), ReactorNettyConfig.class},
//{new ReactorHttpServer(), ReactorNettyConfig.class},
{new RxNettyHttpServer(), RxNettyConfig.class},
{new TomcatHttpServer(base.getAbsolutePath(), WsContextListener.class), TomcatConfig.class},
{new UndertowHttpServer(), UndertowConfig.class},

Loading…
Cancel
Save