-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the tests to NOT use .env and hardcode HOME_RPC_URL and FOREIGN_RPC_URL #90
Comments
Please check on the monorepo. CircleCI reports about successful runs of all tests: tests on the latest master commit |
@akolotov The same story on |
@pertsev Please try the following:
@akolotov The issue is that the oracle tests require specific set of env vars. They're set up on CI following the setup I saw on Apparently they fail if there is more vars (specifically So I figure that this issue should be renamed into either:
|
@rzadp thanks for the investigation. I would vote for the second approach. are you going to address it or I could ask Gerardo (@patitonar) |
I will try and fix it with the second approach. |
@rzadp thanks |
This couple of tests is constantly failing
https://github.com/poanetwork/token-bridge/blob/adb29317b070f620ee5749b54272f822b6446e3d/test/gasPrice.test.js#L116-L140
Environment:
node 10
yarn 1.16.0
The text was updated successfully, but these errors were encountered: