Skip to content

Commit

Permalink
TEST-modin-project#2290: mark xfailed cloud tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Myskov <[email protected]>
  • Loading branch information
amyskov committed Dec 1, 2020
1 parent aefc9ed commit e4d45e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ def test_read_csv_col_handling(
def test_read_csv_parsing(
self,
make_csv_file,
request,
dtype,
engine,
converters,
Expand All @@ -621,6 +622,10 @@ def test_read_csv_parsing(
):
if nrows and (false_values or true_values):
pytest.xfail("modin and pandas dataframes differs - issue #2446")
if request.config.getoption("--simulate-cloud").lower() != "off":
pytest.xfail(
"The reason of tests fail in `cloud` mode is unknown for now - issue #2340"
)
kwargs = {
"dtype": dtype,
"engine": engine,
Expand Down

0 comments on commit e4d45e9

Please sign in to comment.