From 361a9333ac377437dd682ef1ffa1e4120506bf0c Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Fri, 26 May 2023 08:09:38 +0200 Subject: [PATCH] Revert "test: unskip negative-settimeout.any.js WPT" This reverts commit 8244e6c35c0e9af3976511f31db2575bd2fc9d7a. --- 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" + } +}