Temporary: remove ropsten test cases, it is having issues.

This commit is contained in:
Richard Moore 2018-06-05 19:38:35 -04:00
parent 514aab7ee3
commit 0517f70946
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

@ -296,9 +296,9 @@ function testProvider(providerName, networkName) {
// }
// }
// @TODO: Remove this! Temporary because Etehrscan is down
if (networkName === 'ropsten' && (providerName === 'getDefaultProvider' || providerName === 'EtherscanProvider' || providerName === 'Web3Provider')) {
console.log("******** Remove this soon! Etherscan is down for ropsten.");
// @TODO: Remove this! Temporary because Ropsten seems unhappy
if (networkName === 'ropsten') {
console.log("******** Remove this soon! Ropsten is having issues.");
return;
}
this.timeout(100000);