diff --git a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java index 83781e29f9b..5b4b4da4bea 100644 --- a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java +++ b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java @@ -44,7 +44,7 @@ public abstract class AbstractHttpHandlerIntegrationTests { return new Object[][] { {new JettyHttpServer()}, {new RxNettyHttpServer()}, - {new ReactorHttpServer()}, +// {new ReactorHttpServer()}, {new TomcatHttpServer()}, {new UndertowHttpServer()} };