diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4e2e70e15..9cf0a7af1 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -7212,7 +7212,9 @@ "close.any.html?wpt_flags=h2": false, "close.any.html?wss": true, "close.any.worker.html?wpt_flags=h2": false, - "close.any.worker.html?wss": true, + "close.any.worker.html?wss": { + "ignore": true + }, "constructor.any.html?wpt_flags=h2": false, "constructor.any.html?wss": true, "constructor.any.worker.html?wpt_flags=h2": false, |