Skip to content

Commit da69aef

Browse files
authored
TST: Fix flaky xfail condition (#46871)
1 parent 52bcc36 commit da69aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/computation/test_eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def test_basic_series_frame_alignment(
840840
and parser == "pandas"
841841
and index_name == "index"
842842
and r_idx_type == "i"
843-
and c_idx_type == "c"
843+
and c_idx_type == "s"
844844
):
845845
reason = (
846846
f"Flaky column ordering when engine={engine}, "

0 commit comments

Comments
 (0)