-
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: mark test-vm-timeout flaky on windows #7359
Conversation
LGTM |
Looks like it didn't work: https://ci.nodejs.org/job/node-test-binary-windows/RUN_SUBSET=3,VS_VERSION=vs2015,label=win10/2579/console |
LGTM @santigimeno the half-transparent circles (green,red,...) are links to jobs that were run before but not on that specific job. Two days ago I had run a job on all possible windows combinations, but was not able to delete it after, and your link points to it. (I was able to delete it today using another method) |
@joaocgreis sorry, I didn't know that. Thanks for pointing that out. LGTM then. |
PR-URL: nodejs#7359 Refs: nodejs#6727 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Joao Reis <reis@janeasystems.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Landed in f34caa9 |
Checklist
make -j4 test
(UNIX) orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test vm
Description of change
Refs: #6727
/cc @nodejs/testing