-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix test-permission-deny-fs-wildcard (win32) #47095
test: fix test-permission-deny-fs-wildcard (win32) #47095
Conversation
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'. Fixes: nodejs#47093
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.
LGTM. Thank you.
Does it need fast-track? |
I don't think that's strictly necessary; while the test fails during coverage-windows, the coverage jobs seem to ignore test outcomes, and Jenkins uses the |
Not sure if this is the cause of this test failing on the Windows on arm64 CI: #47020 |
Fast-track has been requested by @tniessen. Please 👍 to approve. |
@richardlau I don't know either, but I'll propose fast-tracking and we'll see. |
Landed in 1cfe058 |
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'.
Fixes: #47093