Skip to content

Commit

Permalink
Merge "[FAB-2576] Temporary skipping one of tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborh-da authored and Gerrit Code Review committed Mar 2, 2017
2 parents 6ddac2c + 9aa3e37 commit c956be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gossip/service/gossip_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ func (li *mockLedgerInfo) Close() {
}

func TestLeaderElectionWithRealGossip(t *testing.T) {
t.Skip()

// Spawn 10 gossip instances with single channel and inside same organization
// Run leader election on top of each gossip instance and check that only one leader chosen
Expand Down

0 comments on commit c956be0

Please sign in to comment.