A few WebSocket tests are failing after transitioning the suite to Python 3. We need to fix them.
The tests I specifically have in mind: http/tests/websocket/tests/hybi/extensions.html http/tests/websocket/tests/hybi/handshake-ok-with-legacy-sec-websocket-response-headers.html http/tests/websocket/tests/hybi/imported/blink/permessage-deflate-invalid-parameter.html http/tests/websocket/tests/hybi/simple-wss.html Many of these were already marked as expected to fail in some capacity on some platforms, so it's likely that the move to Python 3 just surface flakiness already in these tests.
<rdar://problem/89710205>