Skip to content

Commit

Permalink
remove single-machine warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Jan 30, 2024
1 parent dfca0b5 commit fe789b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/tests/test_dask_collections.py
Expand Up @@ -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

Expand Down

0 comments on commit fe789b0

Please sign in to comment.