From 8244e6c35c0e9af3976511f31db2575bd2fc9d7a Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Fri, 12 May 2023 09:26:31 +0200 Subject: test: unskip negative-settimeout.any.js WPT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47946 Reviewed-By: Michaƫl Zasso Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Luigi Pinca --- test/wpt/status/html/webappapis/timers.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/wpt/status/html/webappapis/timers.json b/test/wpt/status/html/webappapis/timers.json index 21e77a089d..0967ef424b 100644 --- a/test/wpt/status/html/webappapis/timers.json +++ b/test/wpt/status/html/webappapis/timers.json @@ -1,5 +1 @@ -{ - "negative-settimeout.any.js": { - "skip": "unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672" - } -} +{} -- cgit v1.2.1