mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 11:45:51 +00:00
Disable flaky PeerGroup.peerPriority test pending a rewrite of it to be less flaky.
This commit is contained in:
parent
821de89e69
commit
3116b612bd
@ -524,7 +524,7 @@ public class PeerGroupTest extends TestWithPeerGroup {
|
|||||||
assertTrue(!peerConnectedFuture.isDone() && peerDisconnectedFuture.isDone());
|
assertTrue(!peerConnectedFuture.isDone() && peerDisconnectedFuture.isDone());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
//@Test - disabled for now as this test is too flaky.
|
||||||
public void peerPriority() throws Exception {
|
public void peerPriority() throws Exception {
|
||||||
final List<InetSocketAddress> addresses = Lists.newArrayList(
|
final List<InetSocketAddress> addresses = Lists.newArrayList(
|
||||||
new InetSocketAddress("localhost", 2000),
|
new InetSocketAddress("localhost", 2000),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user