Skip to content

Commit

Permalink
Revert "skip test_array_repeat_with_count_scalar for now (#8424)" (#8438
Browse files Browse the repository at this point in the history
)

This reverts commit 4ea8a10.

Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored May 31, 2023
1 parent 7e73cf8 commit 19f3492
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/main/python/array_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 19f3492

Please sign in to comment.