Browse Source

Temporarily remove Reactor from integration tests

https://github.com/spring-projects/spring-reactive/issues/57
pull/1111/head
Rossen Stoyanchev 10 years ago
parent
commit
8ef2ce44f4
  1. 2
      spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java

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

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

Loading…
Cancel
Save