From b990be55aa8a9318eca9bd4fe54c115f76064b65 Mon Sep 17 00:00:00 2001 From: Myachev Date: Wed, 18 Aug 2021 15:19:57 +0300 Subject: [PATCH] FIX-#3342: update skip message Signed-off-by: Myachev --- modin/pandas/test/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modin/pandas/test/test_io.py b/modin/pandas/test/test_io.py index 741b424ee98..83995dfec0b 100644 --- a/modin/pandas/test/test_io.py +++ b/modin/pandas/test/test_io.py @@ -274,7 +274,7 @@ def test_read_csv_col_handling( pytest.skip("some parameters combiantions fails: issue #2312") if header in ["infer", None] and names is not lib.no_default: pytest.skip( - "the column stores heterogeneous data that is not converted to a common type" + "Heterogeneous data in a column is not cast to a common type: issue #3346" ) eval_io( fn_name="read_csv",