test: mark test-vm-timeout-* known issue tests flaky

These are known issues that can be flaky on certain platforms
because they rely entirely on timing differences.

PR-URL: https://github.com/nodejs/node/pull/23743
Refs: https://github.com/nodejs/node/issues/3020
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
This commit is contained in:
James M Snell 2018-10-24 08:03:07 -07:00
parent 5e5a9455f8
commit 095a6027b3
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC

View File

@ -9,6 +9,9 @@ prefix known_issues
[$system==win32]
[$system==linux]
test-vm-timeout-escape-nexttick: PASS,FLAKY
test-vm-timeout-escape-promise: PASS,FLAKY
test-vm-timeout-escape-queuemicrotask: PASS,FLAKY
[$system==macos]