Temporarily remove Reactor from integration tests

https://github.com/spring-projects/spring-reactive/issues/57
This commit is contained in:
Rossen Stoyanchev
2015-12-31 13:18:13 -05:00
parent 0aade73c88
commit 8ef2ce44f4

View File

@@ -44,7 +44,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
return new Object[][] {
{new JettyHttpServer()},
{new RxNettyHttpServer()},
{new ReactorHttpServer()},
// {new ReactorHttpServer()},
{new TomcatHttpServer()},
{new UndertowHttpServer()}
};