Enabled ropsten test cases for Etherscan (it is back up).

This commit is contained in:
Richard Moore 2018-09-20 11:53:52 -04:00
parent 284ffdfd1f
commit f02f4bc0c0
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -296,11 +296,6 @@ function testProvider(providerName, networkName) {
// }
// }
// @TODO: Remove this! Temporary because Ropsten seems unhappy
if (networkName === 'ropsten') {
console.log("******** Remove this soon! Ropsten is having issues.");
return;
}
this.timeout(100000);
var test = blockchainData[networkName].balance;
return provider.getBalance(test.address).then(function(balance) {