Skip to content

Commit

Permalink
Enable tests for HDK
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <[email protected]>
  • Loading branch information
YarShev committed Apr 26, 2024
1 parent 2c8fdb1 commit ba655e4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions modin/tests/pandas/dataframe/test_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1771,19 +1771,7 @@ def test_reset_index_with_multi_index_drop(
)


@pytest.mark.parametrize(
"test_async_reset_index",
[
False,
pytest.param(
True,
marks=pytest.mark.xfail(
StorageFormat.get() == "Hdk",
reason="HDK does not store trivial indexes.",
),
),
],
)
@pytest.mark.parametrize("test_async_reset_index", [False, True])
@pytest.mark.parametrize("index_levels_names_max_levels", [0, 1, 2])
def test_reset_index_with_named_index(
index_levels_names_max_levels, test_async_reset_index
Expand Down

0 comments on commit ba655e4

Please sign in to comment.