Disable temporarily reactor-netty integration tests

This commit is contained in:
Sebastien Deleuze
2016-12-19 09:55:58 +01:00
parent 558d7f3f3e
commit 879b387954

View File

@@ -46,7 +46,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
File base = new File(System.getProperty("java.io.tmpdir"));
return new Object[][] {
{new JettyHttpServer()},
{new RxNettyHttpServer()},
//{new RxNettyHttpServer()},
{new ReactorHttpServer()},
{new TomcatHttpServer(base.getAbsolutePath())},
{new UndertowHttpServer()}