Skip to content

Commit 6d984fd

Browse files
committed
CouchDB units tests stall for two minutes
TestDBBadConnectionDef test is now skipped since retry logic stalls the unit tests for two minutes. Will re-enable once configurable retry logic is introduced. Change-Id: Ie38b4ff5924a0cf10e5727d6b4d663bf451d9952 Signed-off-by: denyeart <[email protected]>
1 parent 59c6772 commit 6d984fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/ledger/util/couchdb/couchdb_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ func TestDBBadDatabaseName(t *testing.T) {
149149

150150
func TestDBBadConnection(t *testing.T) {
151151

152+
// TestDBBadConnectionDef skipped since retry logic stalls the unit tests for two minutes.
153+
// TODO Re-enable once configurable retry logic is introduced
154+
t.Skip()
155+
152156
if ledgerconfig.IsCouchDBEnabled() == true {
153157

154158
//create a new instance and database object

0 commit comments

Comments
 (0)