Fix previous commit
This commit is contained in:
parent
879b387954
commit
7bde85ae55
|
|
@ -46,8 +46,8 @@ public abstract class AbstractHttpHandlerIntegrationTests {
|
|||
File base = new File(System.getProperty("java.io.tmpdir"));
|
||||
return new Object[][] {
|
||||
{new JettyHttpServer()},
|
||||
//{new RxNettyHttpServer()},
|
||||
{new ReactorHttpServer()},
|
||||
{new RxNettyHttpServer()},
|
||||
//{new ReactorHttpServer()},
|
||||
{new TomcatHttpServer(base.getAbsolutePath())},
|
||||
{new UndertowHttpServer()}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue