Skip to content

Commit 7123c0f

Browse files
lundibundicodebytere
authored andcommitted
test: always skip vm-timeout-escape-queuemicrotask
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: #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>
1 parent 17e10dd commit 7123c0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/known_issues/known_issues.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ prefix known_issues
55
# sample-test : SKIP
66

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

914
[$system==win32]
1015

0 commit comments

Comments
 (0)