diff --git a/distributed/tests/test_dask_collections.py b/distributed/tests/test_dask_collections.py index d66223efe9a..af59059aecb 100644 --- a/distributed/tests/test_dask_collections.py +++ b/distributed/tests/test_dask_collections.py @@ -254,7 +254,6 @@ def test_tuple_futures_arg(client, typ): dd.assert_eq(df2.result().iloc[:0], make_time_dataframe().iloc[:0]) -@ignore_single_machine_warning def test_dataframe_checkpoint(client, tmp_path): from distributed.checkpoint import DataFrameCheckpoint