提交 c201a14e 编写于 作者: S Stephane Maldini

Temp disabling reactor-netty to unblock pipeline

上级 257318eb
...@@ -47,7 +47,7 @@ public abstract class AbstractHttpHandlerIntegrationTests { ...@@ -47,7 +47,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(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.
先完成此消息的编辑!
想要评论请 注册