From c85407d869551fd6c8cc9f230b04414da794a29d Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Mon, 29 May 2023 20:23:30 +0100 Subject: [PATCH] Revert "test: unskip negative-settimeout.any.js WPT" This reverts commit 8244e6c35c0e9af3976511f31db2575bd2fc9d7a. PR-URL: https://github.com/nodejs/node/pull/48182 Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- test/wpt/status/html/webappapis/timers.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/wpt/status/html/webappapis/timers.json b/test/wpt/status/html/webappapis/timers.json index 0967ef424bce67..21e77a089d5ca7 100644 --- a/test/wpt/status/html/webappapis/timers.json +++ b/test/wpt/status/html/webappapis/timers.json @@ -1 +1,5 @@ -{} +{ + "negative-settimeout.any.js": { + "skip": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672" + } +}