From f79da74fb1889a8f6eef92c11cd7711e769ed7aa Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Thu, 27 Feb 2020 11:40:26 +0200 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/31980 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Matheus Marchini Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater --- test/known_issues/known_issues.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/known_issues/known_issues.status b/test/known_issues/known_issues.status index fdf2d86bcd52bf..8dd569a3950bf6 100644 --- a/test/known_issues/known_issues.status +++ b/test/known_issues/known_issues.status @@ -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]