Skip to content

Commit e0c43c4

Browse files
committed
Disable also reactor-netty WebSocket integration tests
1 parent 7bde85a commit e0c43c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public abstract class AbstractWebSocketIntegrationTests {
6969
public static Object[][] arguments() {
7070
File base = new File(System.getProperty("java.io.tmpdir"));
7171
return new Object[][] {
72-
{new ReactorHttpServer(), ReactorNettyConfig.class},
72+
//{new ReactorHttpServer(), ReactorNettyConfig.class},
7373
{new RxNettyHttpServer(), RxNettyConfig.class},
7474
{new TomcatHttpServer(base.getAbsolutePath(), WsContextListener.class), TomcatConfig.class},
7575
{new UndertowHttpServer(), UndertowConfig.class},

0 commit comments

Comments
 (0)