Skip to content

Commit

Permalink
TEST-modin-project#2297: mark xfailed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
  • Loading branch information
amyskov committed Dec 4, 2020
1 parent 7df0b42 commit 3f97231
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,13 @@ def test_read_csv_internal(
memory_map,
float_precision,
):
if Engine.get() != "Python" and delimiter == " ":
pytest.xfail(
"read_csv with Ray engine doesn't \
raise exceptions while Pandas raises - issue #2320"
)

# In this case raised TypeError: cannot use a string pattern on a bytes-like object
case_with_TypeError_exc = (
engine == "python"
and delimiter == ","
Expand Down

0 comments on commit 3f97231

Please sign in to comment.