diff --git a/integration_tests/src/main/python/hash_aggregate_test.py b/integration_tests/src/main/python/hash_aggregate_test.py index bcb1417dced..7ea4a41b928 100644 --- a/integration_tests/src/main/python/hash_aggregate_test.py +++ b/integration_tests/src/main/python/hash_aggregate_test.py @@ -1158,7 +1158,7 @@ def do_it(spark): assert_gpu_fallback_collect(do_it, 'Count', conf={'spark.sql.ansi.enabled': 'true'}) - +@ignore_order(local=True) @pytest.mark.parametrize('data_gen', _no_overflow_ansi_gens, ids=idfn) @ignore_order(local=True) def test_no_fallback_when_ansi_enabled(data_gen):