From 82dd133d5c82638e3696d1deab8d43a0c4623d82 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 8 Nov 2021 23:30:41 +0100 Subject: [PATCH] chore: disable flaky wpt tests (#12696) --- tools/wpt/expectation.json | 75 -------------------------------------- 1 file changed, 75 deletions(-) diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 95032263a4..cd3af186cf 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -7654,84 +7654,10 @@ "XMLHttpRequest and duplicate Content-Length/Content-Type headers", "fetch() and duplicate Content-Length/Content-Type headers" ], - "parsing.window.html": [ - "Input: \"Content-Length: aaaah\\r\\nContent-Length: aaaah\". Expected: 42.", - "Input: \"Content-Length: aaaah, aaaah\". Expected: 42.", - "Input: \"Content-Length: aaaah\". Expected: 42.", - "Input: \"Content-Length: 42s\". Expected: 42.", - "Input: \"Content-Length: 30s\". Expected: 42.", - "Input: \"Content-Length: -1\". Expected: 42.", - "Input: \"Content-Length: 0x20\". Expected: 42.", - "Input: \"Content-Length: 030\\r\\nContent-Length: 30\". Expected: network error.", - "Input: \"Content-Length: 030, 30\". Expected: network error.", - "Input: \"Content-Length: \\\"30\\\"\". Expected: 42.", - "Input: \"Content-Length: \". Expected: 42." - ], "too-long.window.html": [ "Content-Length header value of network response exceeds response body" ] }, - "content-type": { - "response.window.html": [ - "