Ignore flaky test (#480)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
mbaxter 6 years ago committed by GitHub
parent deaaf0328a
commit 7bfad2681a
  1. 2
      ethereum/p2p/src/test/java/tech/pegasys/pantheon/ethereum/p2p/discovery/PeerDiscoveryAgentTest.java

@ -43,6 +43,7 @@ import java.util.stream.Collectors;
import com.google.common.collect.Lists;
import io.vertx.core.Vertx;
import org.junit.Ignore;
import org.junit.Test;
public class PeerDiscoveryAgentTest extends AbstractPeerDiscoveryTest {
@ -71,6 +72,7 @@ public class PeerDiscoveryAgentTest extends AbstractPeerDiscoveryTest {
}
@Test
@Ignore("This test is failing intermittently - disabling while we investigate")
public void neighborsPacketLimited() {
// Start 20 agents with no bootstrap peers.
final List<PeerDiscoveryAgent> agents = startDiscoveryAgents(20, Collections.emptyList());

Loading…
Cancel
Save