Enabled ropsten test cases for Etherscan (it is back up).
This commit is contained in:
parent
284ffdfd1f
commit
f02f4bc0c0
@ -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);
|
this.timeout(100000);
|
||||||
var test = blockchainData[networkName].balance;
|
var test = blockchainData[networkName].balance;
|
||||||
return provider.getBalance(test.address).then(function(balance) {
|
return provider.getBalance(test.address).then(function(balance) {
|
||||||
|
Loading…
Reference in New Issue
Block a user