From e6e28981909f220ff0b98a13c692c0203eaf6035 Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Fri, 14 Oct 2022 11:51:39 +0200 Subject: fix(ext/web/streams): enqueue to second branch before closing (#16269) Co-authored-by: Luca Casonato --- tools/wpt/expectation.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 558ada79a..ed43da7e5 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1336,12 +1336,8 @@ "patched-global.any.worker.html": true, "reentrant-strategies.any.html": true, "reentrant-strategies.any.worker.html": true, - "tee.any.html": [ - "ReadableStream teeing: enqueue() and close() while both branches are pulling" - ], - "tee.any.worker.html": [ - "ReadableStream teeing: enqueue() and close() while both branches are pulling" - ], + "tee.any.html": true, + "tee.any.worker.html": true, "templated.any.html": true, "templated.any.worker.html": true }, -- cgit v1.2.3