-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
test: test-assert.js fails locally #18967
Copy link
Copy link
Closed
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
assertIssues and PRs related to the assert subsystem.Issues and PRs related to the assert subsystem.testIssues and PRs related to Node.js core tests and test infrastructure.Issues and PRs related to Node.js core tests and test infrastructure.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Testing the #18904 locally, I've got this not related error, which I can also reproduce with the last nightly:
It seems reasonable: this fragment uses
\non all systems, while this fragment uses\r\non Windows.Why does not this test fail on CI?