From b802d1b7c16c8785485646f29d564a9efec8b14a Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Mon, 25 Apr 2022 12:31:54 -0700 Subject: [PATCH] TST: Fix flaky xfail condition --- pandas/tests/computation/test_eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/computation/test_eval.py b/pandas/tests/computation/test_eval.py index 852e85968d43f..910449d98bcc5 100644 --- a/pandas/tests/computation/test_eval.py +++ b/pandas/tests/computation/test_eval.py @@ -840,7 +840,7 @@ def test_basic_series_frame_alignment( and parser == "pandas" and index_name == "index" and r_idx_type == "i" - and c_idx_type == "c" + and c_idx_type == "s" ): reason = ( f"Flaky column ordering when engine={engine}, "