-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: remove superfluous check in pummel/test-timers #34488
Conversation
@nodejs/testing @nodejs/timers |
Pinging because this could use a second approval. |
This comment has been minimized.
This comment has been minimized.
This seems to be a problem with |
Sorry, that's my fault, I've been editing the job so that it can also run on IBM i. I've restarted the pummel CI: https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/15583/ |
Landed in de19224 |
If setTimeout is not a function, this test and most other tests would fail. There is no need to check it. PR-URL: #34488 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> Reviewed-By: Richard Lau <[email protected]>
If setTimeout is not a function, this test and most other tests would fail. There is no need to check it. PR-URL: #34488 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> Reviewed-By: Richard Lau <[email protected]>
If setTimeout is not a function, this test and most other tests would fail. There is no need to check it. PR-URL: #34488 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Pranshu Srivastava <[email protected]> Reviewed-By: Richard Lau <[email protected]>
If setTimeout is not a function, this test and most other tests would
fail. There is no need to check it.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes