-
Notifications
You must be signed in to change notification settings - Fork 43
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
e2e: disable evm networks #774
Conversation
@aalu1418 Is this change related to performance when setting up the tests or is there other rational behind? |
@nicolasgnr we are seeing intermittent test failures like this link: https://github.com/smartcontractkit/chainlink/actions/runs/9760919861/job/26942515805?pr=13739
this is an error related to EVM headtracker which is not relevant when running a CL node against solana |
@aalu1418 @nicolasgnr if you run only Solana tests in this repo then this PR makes sense 👍 |
Description
Disable EVM networks on chainlink node when running solana e2e tests
Resolves Dependencies