From 7d8b6d4c77cd450e21b693ac3b6fb456f15004b5 Mon Sep 17 00:00:00 2001 From: Niranjan Artal <50492963+nartal1@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:12:38 -0800 Subject: [PATCH] Temporarily disable integration test - test_hash_reduction_pivot_without_nans (#4534) * disable test_hash_reduction_pivot_without_nans inegration test Signed-off-by: Niranjan Artal * addressed review comments Signed-off-by: Niranjan Artal --- integration_tests/src/main/python/hash_aggregate_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration_tests/src/main/python/hash_aggregate_test.py b/integration_tests/src/main/python/hash_aggregate_test.py index d8906b233ca..f862a11d996 100644 --- a/integration_tests/src/main/python/hash_aggregate_test.py +++ b/integration_tests/src/main/python/hash_aggregate_test.py @@ -533,6 +533,8 @@ def fetch_pivot_values(spark): "PivotFirst", conf=_nans_float_conf) +@pytest.mark.xfail(reason="Disabling below test temporarily until we have a fix for this issue " + "https://github.com/NVIDIA/spark-rapids/issues/4514") @approximate_float @ignore_order(local=True) @incompat