We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f1c12 commit 68b9c51Copy full SHA for 68b9c51
distributed/tests/test_core.py
@@ -1495,6 +1495,7 @@ async def test_large_payload(caplog):
1495
await server.listen(0)
1496
comm = await connect(server.address)
1497
1498
+ # FIXME https://github.com/dask/distributed/issues/8465
1499
# At debug level, messages are dumped into the log. By default, pytest captures
1500
# all logs, which would make this test extremely expensive to run.
1501
with caplog.at_level(logging.INFO, logger="distributed.core"):
0 commit comments