Closed
Description
Note: #163 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: f3b076b
buildURL: Build Status, Sponge
status: failed
Test output
self = , port = 60848@pytest.fixture def socket(self, port): s = socket.socket()
s.bind(("localhost", port))
E OSError: [Errno 98] Address already in use
tests/unit/test_flow.py:264: OSError