From 47e4ea0a759be562d1b430650454ac7bd5aef7eb Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 21 Nov 2023 10:21:47 +0100 Subject: [PATCH] test: use requires instead of flaky in console WPT status PR-URL: https://github.com/nodejs/node/pull/50812 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell --- test/wpt/status/console.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/wpt/status/console.json b/test/wpt/status/console.json index afbef314ac0569..7c9dadf0cc4465 100644 --- a/test/wpt/status/console.json +++ b/test/wpt/status/console.json @@ -1,12 +1,7 @@ { "idlharness.any.js": { - "fail": { - "flaky": [ - "console namespace: operation assert(optional boolean, any...)", - "console namespace: operation table(optional any, optional sequence)", - "console namespace: operation dir(optional any, optional object?)" - ] - } + "note": "https://github.com/nodejs/node/issues/44185", + "requires": ["crypto", "small-icu"] }, "idlharness-shadowrealm.window.js": { "skip": "ShadowRealm support is not enabled"