Ignore test

This commit is contained in:
nishantmonu51 2014-04-17 22:09:48 +05:30
parent 7765c96a39
commit 5f61d0396c
1 changed files with 4 additions and 1 deletions

View File

@ -43,6 +43,8 @@ import org.eclipse.jetty.servlet.DefaultServlet;
import org.eclipse.jetty.servlet.ServletContextHandler;
import org.eclipse.jetty.servlet.ServletHolder;
import org.eclipse.jetty.servlets.GzipFilter;
import org.junit.Ignore;
import org.junit.Test;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
@ -69,7 +71,8 @@ public class JettyTest
System.setProperty("druid.global.http.readTimeout", "PT1S");
}
// @Test
@Test
@Ignore
public void testTimeouts() throws Exception
{
setProperties();