uncomment reactor-netty in tests
This commit is contained in:
parent
95818609fc
commit
7d9e8def44
|
@ -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()}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue