Skip to content

Commit

Permalink
TEST-modin-project#2290: fix skip
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 1, 2020
1 parent eefd016 commit 9d3bbba
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 @@ -605,7 +605,7 @@ def test_read_csv_delimiters(
)

# Column and Index Locations and Names tests
@pytest.mark.skip(
@pytest.mark.skipif(
Engine.get() != "Python",
reason="many parameters combiantions fails: issue #2312, #2307",
)
Expand Down

0 comments on commit 9d3bbba

Please sign in to comment.