Skip to content

Commit

Permalink
remove redundant test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule authored Aug 16, 2021
1 parent f5cbb80 commit 9a854be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_orc.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def generate_list_struct_buff(size=100_000):
["lvl2_struct", "lvl1_struct"],
],
)
@pytest.mark.parametrize("num_rows", [0, 15, 1005, 10561, 28000, 100_000])
@pytest.mark.parametrize("num_rows", [0, 15, 1005, 10561, 100_000])
@pytest.mark.parametrize("use_index", [True, False])
def test_lists_struct_nests(
columns, num_rows, use_index,
Expand Down

0 comments on commit 9a854be

Please sign in to comment.