提交 879b3879 编写于 作者: S Sebastien Deleuze

Disable temporarily reactor-netty integration tests

上级 558d7f3f
...@@ -46,7 +46,7 @@ public abstract class AbstractHttpHandlerIntegrationTests { ...@@ -46,7 +46,7 @@ public abstract class AbstractHttpHandlerIntegrationTests {
File base = new File(System.getProperty("java.io.tmpdir")); File base = new File(System.getProperty("java.io.tmpdir"));
return new Object[][] { return new Object[][] {
{new JettyHttpServer()}, {new JettyHttpServer()},
{new RxNettyHttpServer()}, //{new RxNettyHttpServer()},
{new ReactorHttpServer()}, {new ReactorHttpServer()},
{new TomcatHttpServer(base.getAbsolutePath())}, {new TomcatHttpServer(base.getAbsolutePath())},
{new UndertowHttpServer()} {new UndertowHttpServer()}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册