diff --git a/integration_tests/src/main/python/hash_aggregate_test.py b/integration_tests/src/main/python/hash_aggregate_test.py index 40c9124e5d9..c3780964431 100644 --- a/integration_tests/src/main/python/hash_aggregate_test.py +++ b/integration_tests/src/main/python/hash_aggregate_test.py @@ -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(