LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Skip Fully connected network integration test and enable Disconnected network test - Closes#1031 #1032

Closed ishantiw closed 5 years ago

ishantiw commented 5 years ago

What was the problem?

Fully connected network network tests are hanging up and not finished due to missing concrete Peer objects. Also, Disconnected network is passing so we need to unskip it.

How did I fix it?

Skip Fully connected network and unskip Disconnected network

How to test it?

npm t

Review checklist