From 9cebaa2710f4c3472a0bb692589bdecd0fb4524e Mon Sep 17 00:00:00 2001 From: er-eis Date: Tue, 30 Apr 2024 17:25:19 -0400 Subject: [PATCH] Remove extraneous testcase --- python/cudf/cudf/tests/test_concat.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/python/cudf/cudf/tests/test_concat.py b/python/cudf/cudf/tests/test_concat.py index 5e9a14e1771..ede8c620d2d 100644 --- a/python/cudf/cudf/tests/test_concat.py +++ b/python/cudf/cudf/tests/test_concat.py @@ -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]}),