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
  • Loading branch information
panva committed Nov 19, 2023
1 parent 4e23d69 commit 5c40959
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 5c40959

Please sign in to comment.