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 UlisesGascon committed Dec 11, 2023
1 parent f0ac988 commit 47e4ea0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions test/wpt/status/console.json
Original file line number Diff line number Diff line change
@@ -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 47e4ea0

Please sign in to comment.