-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
test: temporarily exclude test on arm #33814
Conversation
Refs: nodejs#33796 Signed-off-by: Michael Dawson <michael_dawson@ca.ibm.com>
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.
This test is not inherently broken on the platform – it should pass on ARM. Let’s mark it flaky instead of just not running it.
Would like to ask that this is fast-tracked if it gets CI to green. |
Co-authored-by: Anna Henningsen <github@addaleax.net>
Updated CI run: https://ci.nodejs.org/job/node-test-pull-request/31803/ |
CI run was green landing. |
Landed in 502f53f |
Temporarily excluded until #33796 is resolved.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes