diff --git a/gossip/service/integration_test.go b/gossip/service/integration_test.go index 16bfd29a312..8e92764f551 100644 --- a/gossip/service/integration_test.go +++ b/gossip/service/integration_test.go @@ -69,6 +69,7 @@ func (edsf *embeddingDeliveryServiceFactory) Service(g GossipService, endpoints } func TestLeaderYield(t *testing.T) { + t.Skip() // Scenario: Spawn 2 peers and wait for the first one to be the leader // There isn't any orderer present so the leader peer won't be able to // connect to the orderer, and should relinquish its leadership after a while.