diff --git a/modin/pandas/test/test_io.py b/modin/pandas/test/test_io.py index 29e7cade0b9..49f15ac085f 100644 --- a/modin/pandas/test/test_io.py +++ b/modin/pandas/test/test_io.py @@ -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", )