Skip to content

Commit

Permalink
Attempt to filter out fetch failure
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Jan 16, 2021
1 parent 75c6164 commit 99c6c63
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cli/tests/wpt.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@
"dom": ["abort/event"],
"hr-time": ["monotonic-clock"],
"html": [
"webappapis/atob/base64.any.js",
{
name: "webappapis/atob",
expectFail: [
"TypeError: error sending request for url (http://web-platform-tests/fetch/data-urls/resources/base64.json)",
],
},
"webappapis/microtask-queuing/queue-microtask-exceptions.any",
"webappapis/microtask-queuing/queue-microtask.any",
"webappapis/timers",
Expand Down

0 comments on commit 99c6c63

Please sign in to comment.