Skip to content

Commit e0058a7

Browse files
authored
skip now failing tests (#4145)
Signed-off-by: Matteo Collina <[email protected]>
1 parent 8a5de7c commit e0058a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/wpt/status/service-workers/cache-storage.status.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
"fail": [
2323
"cors-exposed header should be stored correctly.",
2424
"Cache.match ignores vary headers on opaque response.",
25-
"Cache.match blob should be sliceable"
25+
"Cache.match blob should be sliceable",
26+
"Cache.match with POST Request",
27+
"Cache.match with a non-2xx Response",
28+
"Cache.match with a network error Response"
2629
],
2730
"flaky": [
2831
"Cache.match invoked multiple times for the same Request/Response"

0 commit comments

Comments
 (0)