Skip to content

Commit

Permalink
Remove extraneous testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
er-eis committed Apr 30, 2024
1 parent 1a767fb commit 9cebaa2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions python/cudf/cudf/tests/test_concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,14 +1878,6 @@ def test_concat_mixed_list_types_error(s1, s2):
@pytest.mark.parametrize(
"d",
[
{
"first": cudf.DataFrame(
{"animal": ["cat", "dog"], "name": ["zhenshu", "steve"]}
),
"second": cudf.DataFrame(
{"animal": ["pelican", "llama"], "name": ["pranav", "royce"]}
),
},
{"first": cudf.DataFrame({"A": [1, 2], "B": [3, 4]})},
{
"first": cudf.DataFrame({"A": [1, 2], "B": [3, 4]}),
Expand Down

0 comments on commit 9cebaa2

Please sign in to comment.