Skip to content

Commit 68b9c51

Browse files
committed
xref
1 parent f8f1c12 commit 68b9c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distributed/tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ async def test_large_payload(caplog):
14951495
await server.listen(0)
14961496
comm = await connect(server.address)
14971497

1498+
# FIXME https://github.com/dask/distributed/issues/8465
14981499
# At debug level, messages are dumped into the log. By default, pytest captures
14991500
# all logs, which would make this test extremely expensive to run.
15001501
with caplog.at_level(logging.INFO, logger="distributed.core"):

0 commit comments

Comments
 (0)