uncomment reactor-netty in tests

This commit is contained in:
Stephane Maldini 2016-12-16 20:09:21 +00:00
parent 95818609fc
commit 7d9e8def44
1 changed files with 1 additions and 1 deletions

View File

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