Skip to content

Commit

Permalink
test: Add a hint that the hsfz test server is not sound
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Oct 23, 2024
1 parent 3f32f40 commit 1cc7539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pytest/test_hsfz.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ async def dummy_server() -> AsyncIterator[TCPServer]:
await dummy_server.close()


# FIXME: This is not a real hsfz server stack. If more than one connection is requested
# (aka. reconnects from the transport), the relevant test case might hang.
@pytest.fixture()
async def transports(dummy_server: TCPServer) -> AsyncIterator[tuple[BaseTransport, BaseTransport]]:
hsfz_transport = await HSFZTransport.connect(target)
Expand Down

0 comments on commit 1cc7539

Please sign in to comment.