Skip to content

Commit

Permalink
Merge "CouchDB units tests stall for two minutes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivasan Muralidharan authored and Gerrit Code Review committed Mar 8, 2017
2 parents f27a039 + 6d984fd commit f086f8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/ledger/util/couchdb/couchdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ func TestDBBadDatabaseName(t *testing.T) {

func TestDBBadConnection(t *testing.T) {

// TestDBBadConnectionDef skipped since retry logic stalls the unit tests for two minutes.
// TODO Re-enable once configurable retry logic is introduced
t.Skip()

if ledgerconfig.IsCouchDBEnabled() == true {

//create a new instance and database object
Expand Down

0 comments on commit f086f8b

Please sign in to comment.