mirror of https://github.com/apache/druid.git
Ignore test
This commit is contained in:
parent
7765c96a39
commit
5f61d0396c
|
@ -43,6 +43,8 @@ import org.eclipse.jetty.servlet.DefaultServlet;
|
||||||
import org.eclipse.jetty.servlet.ServletContextHandler;
|
import org.eclipse.jetty.servlet.ServletContextHandler;
|
||||||
import org.eclipse.jetty.servlet.ServletHolder;
|
import org.eclipse.jetty.servlet.ServletHolder;
|
||||||
import org.eclipse.jetty.servlets.GzipFilter;
|
import org.eclipse.jetty.servlets.GzipFilter;
|
||||||
|
import org.junit.Ignore;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
import javax.ws.rs.GET;
|
import javax.ws.rs.GET;
|
||||||
import javax.ws.rs.Path;
|
import javax.ws.rs.Path;
|
||||||
|
@ -69,7 +71,8 @@ public class JettyTest
|
||||||
System.setProperty("druid.global.http.readTimeout", "PT1S");
|
System.setProperty("druid.global.http.readTimeout", "PT1S");
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testTimeouts() throws Exception
|
public void testTimeouts() throws Exception
|
||||||
{
|
{
|
||||||
setProperties();
|
setProperties();
|
||||||
|
|
Loading…
Reference in New Issue