From e2184e9f3b70a24218d98afdf423d23edf8c3337 Mon Sep 17 00:00:00 2001 From: Peixin Li Date: Wed, 31 May 2023 09:26:09 +0800 Subject: [PATCH] Revert "skip test_array_repeat_with_count_scalar for now (#8424)" This reverts commit 4ea8a10fe8753bd5de218e91ce824401d1958720. Signed-off-by: Peixin Li --- integration_tests/src/main/python/array_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_tests/src/main/python/array_test.py b/integration_tests/src/main/python/array_test.py index bdff43cae56..26118e0805e 100644 --- a/integration_tests/src/main/python/array_test.py +++ b/integration_tests/src/main/python/array_test.py @@ -368,8 +368,6 @@ def test_array_repeat_with_count_column(data_gen): 'array_repeat("abc", cnt)')) -# TODO: revert skip after https://github.com/NVIDIA/spark-rapids/issues/8409 is resolved -@pytest.mark.skip(reason='https://github.com/NVIDIA/spark-rapids/issues/8409') @pytest.mark.parametrize('data_gen', orderable_gens + nested_gens_sample, ids=idfn) def test_array_repeat_with_count_scalar(data_gen): assert_gpu_and_cpu_are_equal_collect(