Issue #2540 ignore flaky test
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
d8795350a4
commit
621b946b10
|
@ -44,11 +44,13 @@ import org.eclipse.jetty.server.ServerConnector;
|
|||
import org.eclipse.jetty.util.IO;
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Parameterized;
|
||||
|
||||
@RunWith(Parameterized.class)
|
||||
@Ignore
|
||||
public class ConnectionPoolTest
|
||||
{
|
||||
private Server server;
|
||||
|
|
Loading…
Reference in New Issue