Skip to content

Commit

Permalink
Merge "[FAB-5503] Disable misbehaving test"
Browse files Browse the repository at this point in the history
  • Loading branch information
denyeart authored and Gerrit Code Review committed Aug 8, 2017
2 parents e1f7c50 + e8ecf83 commit ee12505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip/service/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee12505

Please sign in to comment.