test: reduce flakiness of test-assert-esm-cjs-message-verify#53967
Merged
nodejs-github-bot merged 1 commit intoJul 21, 2024
Conversation
Collaborator
RafaelGSS
approved these changes
Jul 21, 2024
GeoffreyBooth
approved these changes
Jul 21, 2024
Contributor
|
Fast-track has been requested by @aduh95. Please 👍 to approve. |
marco-ippolito
approved these changes
Jul 21, 2024
anonrig
approved these changes
Jul 21, 2024
Collaborator
|
Landed in 036ff03 |
Merged
Merged
I noticed some failures for this test (e.g. https://ci.nodejs.org/job/node-test-commit-linuxone/44599/nodes=rhel9-s390x/testReport/junit/(root)/-%20ensure%20the%20assert/ok_throwing_similar_error_messages_for_esm_and_cjs_files/) which seems to be related to the way the test was trying to remove temp files with some custom code, when in fact it doesn't need temp file at all to test what it's trying to test.
Fixes: #53962