From ff17c92bfeebdfcfbd5841cb773e1ccf70c5b891 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 4 Apr 2025 12:52:20 +0200 Subject: [PATCH] skip now failing tests Signed-off-by: Matteo Collina --- test/wpt/status/service-workers/cache-storage.status.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/wpt/status/service-workers/cache-storage.status.json b/test/wpt/status/service-workers/cache-storage.status.json index b97ac5e993e..84592ed0d2d 100644 --- a/test/wpt/status/service-workers/cache-storage.status.json +++ b/test/wpt/status/service-workers/cache-storage.status.json @@ -22,7 +22,10 @@ "fail": [ "cors-exposed header should be stored correctly.", "Cache.match ignores vary headers on opaque response.", - "Cache.match blob should be sliceable" + "Cache.match blob should be sliceable", + "Cache.match with POST Request", + "Cache.match with a non-2xx Response", + "Cache.match with a network error Response" ], "flaky": [ "Cache.match invoked multiple times for the same Request/Response"