Skip to content

Commit

Permalink
FIX-modin-project#3342: update skip message
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <[email protected]>
  • Loading branch information
anmyachev committed Aug 19, 2021
1 parent 970ee49 commit b990be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b990be5

Please sign in to comment.