Skip to content

Commit

Permalink
Skip test_hash_groupby_collect_with_single_distinct (NVIDIA#7107)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <[email protected]>

Signed-off-by: Peixin Li <[email protected]>
  • Loading branch information
pxLi authored Nov 18, 2022
1 parent c70bcfb commit d5ba2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ def do_it(spark):

@ignore_order(local=True)
@pytest.mark.parametrize('data_gen', _full_gen_data_for_collect_op, ids=idfn)
@pytest.mark.xfail(reason='https://github.com/NVIDIA/spark-rapids/issues/7104')
@pytest.mark.skip(reason='https://github.com/NVIDIA/spark-rapids/issues/7092,7104')
def test_hash_groupby_collect_with_single_distinct(data_gen):
# test collect_ops with other distinct aggregations
assert_gpu_and_cpu_are_equal_collect(
Expand Down

0 comments on commit d5ba2e2

Please sign in to comment.