Removed unused @Slow annotations.

This commit is contained in:
Simone Bordet 2015-02-15 20:41:36 +01:00
parent 8f0a874163
commit cf022de2fd
1 changed files with 0 additions and 2 deletions

View File

@ -456,7 +456,6 @@ public class HttpClientTest extends AbstractHttpClientServerTest
Assert.assertTrue(successLatch.await(5, TimeUnit.SECONDS));
}
@Slow
@Test
public void test_QueuedRequest_IsSent_WhenPreviousRequestClosedConnection() throws Exception
{
@ -518,7 +517,6 @@ public class HttpClientTest extends AbstractHttpClientServerTest
Assert.assertTrue(latch.await(5 * idleTimeout, TimeUnit.MILLISECONDS));
}
@Slow
@Test
public void test_ExchangeIsComplete_OnlyWhenBothRequestAndResponseAreComplete() throws Exception
{