Skip to content

Commit

Permalink
FIX ME: skip test__reduce__ for Dask
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Feb 7, 2024
1 parent 2b0fef5 commit 7e318da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/pandas/test/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -4828,6 +4828,7 @@ def test_binary_numpy_universal_function_issue_6483():
)


@pytest.mark.skipif(Engine.get() == "Dask", reason="TODO: Dask failed for some reason")
def test__reduce__():
# `Series.__reduce__` will be called implicitly when lambda expressions are
# pre-processed for the distributed engine.
Expand Down

0 comments on commit 7e318da

Please sign in to comment.