Skip to content

Commit 879b387

Browse files
committed
Disable temporarily reactor-netty integration tests
1 parent 558d7f3 commit 879b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-web/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static Object[][] arguments() {
4646
File base = new File(System.getProperty("java.io.tmpdir"));
4747
return new Object[][] {
4848
{new JettyHttpServer()},
49-
{new RxNettyHttpServer()},
49+
//{new RxNettyHttpServer()},
5050
{new ReactorHttpServer()},
5151
{new TomcatHttpServer(base.getAbsolutePath())},
5252
{new UndertowHttpServer()}

0 commit comments

Comments
 (0)