diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-06-25 11:21:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-25 11:21:23 +0200 |
commit | 3fe44a50c37b3f045c95a2085b58cfe3f71e8f6a (patch) | |
tree | b84c9b8809307839303a876dcfc2307be3ab34e3 /tools | |
parent | 28a4f3d0f5383695b1d49ccdc8b0f799a715b2c2 (diff) |
chore: disable /websocket/stream/tentative/close.any.worker.html?wss (#19606)
This test is very flaky.
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, |