Temporarily remove Reactor from integration tests
https://github.com/spring-projects/spring-reactive/issues/57
This commit is contained in:
@@ -44,7 +44,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
||||
return new Object[][] {
|
||||
{new JettyHttpServer()},
|
||||
{new RxNettyHttpServer()},
|
||||
{new ReactorHttpServer()},
|
||||
// {new ReactorHttpServer()},
|
||||
{new TomcatHttpServer()},
|
||||
{new UndertowHttpServer()}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user