-
Notifications
You must be signed in to change notification settings - Fork 5k
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_gnosis_dex mute #4701
e2e_gnosis_dex mute #4701
Conversation
Your Render PR Server URL is https://web3-js-pr-4701.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c7g3n2c6fj3ffl60naq0. |
Pull Request Test Coverage Report for Build 1712441871
💛 - Coveralls |
i think it would be good to create a note about why we are doing this, either as a comment in build.yml we are disabling it and adding it to changelog |
#elif [ "$TEST" = "e2e_gnosis_dex" ]; then | ||
# | ||
# npm run test:e2e:publish | ||
# npm run test:e2e:gnosis:dex | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't need to comment these, as it will not be executed by CI server anyway.
Description
As discussed e2e gnosis test in CI is being muted in this PR, until fixed.
#4436
Type of change
Checklist:
npm run dtslint
with success and extended the tests and types if necessary.npm run test:unit
with success.npm run test:cov
and my test cases cover all the lines and branches of the added code.npm run build
and testeddist/web3.min.js
in a browser.CHANGELOG.md
file in the root folder.