-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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: skip setting EVM networks on nodes in nonEVM e2e tests #13768
Conversation
b1184fe
to
3e0f7c0
Compare
I see you updated files related to
|
3e0f7c0
to
2c89772
Compare
2c89772
to
17c4552
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Current e2e tests add EVM networks to nonEVM test runs. And by adding EVM networks it overrides any previous changes to the base config related to EVM networks.
Using EVM networks on nonEVM runs leads to flakes because the EVM networks may not respond in time and the nodes will throw unrelated error logs for EVM issues in a nonEVM e2e test.
Requires Dependencies