Skip to content

Commit

Permalink
xfail mark
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Oct 23, 2023
1 parent e814c6d commit 2637fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modin/pandas/test/test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from pandas.errors import SpecificationError

import modin.pandas as pd
from modin.config import NPartitions, StorageFormat
from modin.config import Engine, NPartitions, StorageFormat
from modin.test.test_utils import warns_that_defaulting_to_pandas
from modin.utils import get_current_execution, to_pandas, try_cast_to_pandas

Expand Down Expand Up @@ -4796,6 +4796,7 @@ def test_binary_numpy_universal_function_issue_6483():
)


@pytest.mark.xfail(Engine.get() != "Ray")
def test__reduce__():
abbreviations = pd.Series(
["Major League Baseball", "National Basketball Association"],
Expand Down

0 comments on commit 2637fc2

Please sign in to comment.