mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
ignore test
This commit is contained in:
parent
980effaede
commit
67a7a37923
@ -42,6 +42,7 @@ import org.eclipse.jetty.server.handler.AbstractHandler;
|
||||
import org.eclipse.jetty.toolchain.test.annotation.Slow;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
|
||||
public class HttpClientTest extends AbstractHttpClientServerTest
|
||||
{
|
||||
@ -323,6 +324,7 @@ public class HttpClientTest extends AbstractHttpClientServerTest
|
||||
|
||||
@Slow
|
||||
@Test
|
||||
@Ignore
|
||||
public void test_Request_IdleTimeout() throws Exception
|
||||
{
|
||||
final long idleTimeout = 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user