Skip to content

Commit

Permalink
skip test_array_repeat_with_count_scalar for now (NVIDIA#8424)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored May 29, 2023
1 parent 4493753 commit 4ea8a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/src/main/python/array_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ 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 4ea8a10

Please sign in to comment.