diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-27 00:41:17 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 06:41:17 -0700 |
commit | 3f53b74e6dddcb1ec6312b22b8e5d2470f69679d (patch) | |
tree | fc67392a7fafec4c070670b354174d5361c446af | |
parent | 6567dc94a901aaae1b4e5b8e84d48bc72d46ee2e (diff) |
chore: fix `wpt_epoch` workflow (#22550)
Should fix #22257
---------
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 6de59bec9..29eeea08c 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6150,12 +6150,6 @@ ] } }, - "content-encoding": { - "bad-gzip-body.any.html": true, - "bad-gzip-body.any.worker.html": true, - "gzip-body.any.html": true, - "gzip-body.any.worker.html": true - }, "content-length": { "api-and-duplicate-headers.any.html": false, "api-and-duplicate-headers.any.worker.html": false, |