Skip to content

Commit

Permalink
test: always skip vm-timeout-escape-queuemicrotask
Browse files Browse the repository at this point in the history
This issue is unfixable with the current implementations of V8 and
Node.js. Changes to make this fixable are unlikely to happen in the
foreseeable future. The test itself is flaky and skipped.  It
serves as a demonstration of the issue only.

PR-URL: nodejs#31980
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
lundibundi authored and mmarchini committed Mar 10, 2020
1 parent 28fae8b commit 30bbeb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/known_issues/known_issues.status
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ prefix known_issues
# sample-test : SKIP

[true] # This section applies to all platforms
# This issue is unfixable with the current implementations of V8 and
# Node.js. Changes to make this fixable are unlikely to happen in the
# foreseeable future. The test itself is flaky and skipped. It
# serves as a demonstration of the issue only.
test-vm-timeout-escape-queuemicrotask: SKIP

[$system==win32]

Expand Down

0 comments on commit 30bbeb7

Please sign in to comment.