Disable also reactor-netty WebSocket integration tests

This commit is contained in:
Sebastien Deleuze
2016-12-19 10:48:44 +01:00
parent 7bde85ae55
commit e0c43c4fcb

View File

@@ -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},