From 2892f82c0ac112dc6eb814ccc344490de07401bc Mon Sep 17 00:00:00 2001 From: Khafra Date: Tue, 2 Jan 2024 15:40:35 -0500 Subject: [PATCH] mark wpt as failing --- test/wpt/status/fetch.status.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/wpt/status/fetch.status.json b/test/wpt/status/fetch.status.json index 34f91ed8375..29dcecd2810 100644 --- a/test/wpt/status/fetch.status.json +++ b/test/wpt/status/fetch.status.json @@ -91,6 +91,12 @@ "note": "undici doesn't support http/2", "skip": true }, + "scheme-blob.sub.any.js": { + "note": "fails everywhere", + "fail": [ + "Fetching URL.createObjectURL(invalid_type_blob) is OK" + ] + }, "status.h2.any.js": { "note": "undici doesn't support http/2", "skip": true