Skip to content

Commit

Permalink
test: use requires instead of flaky in console WPT status
Browse files Browse the repository at this point in the history
PR-URL: #50812
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
panva authored and RafaelGSS committed Nov 29, 2023
1 parent f216377 commit 0e4d25e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions 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<DOMString>)",
"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"
Expand Down

0 comments on commit 0e4d25e

Please sign in to comment.