From 1e1c4ca9eab61383fd7187b937e6da65be402e95 Mon Sep 17 00:00:00 2001 From: "Robert (Bobby) Evans" Date: Thu, 1 Oct 2020 16:09:41 -0500 Subject: [PATCH] Mark reduction corner case tests as xfail on databricks until they can be fixed (#899) Signed-off-by: Robert (Bobby) Evans --- 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 45110b885f6..1c7c6df14b2 100644 --- a/integration_tests/src/main/python/hash_aggregate_test.py +++ b/integration_tests/src/main/python/hash_aggregate_test.py @@ -15,6 +15,7 @@ import pytest from asserts import assert_gpu_and_cpu_are_equal_collect, assert_gpu_and_cpu_are_equal_sql +from conftest import is_databricks_runtime from data_gen import * from pyspark.sql.types import * from marks import * @@ -358,6 +359,7 @@ def test_count_distinct_with_nan_floats(data_gen): string_gen, boolean_gen, date_gen, timestamp_gen] +@pytest.mark.xfail(is_databricks_runtime(), reason='https://github.com/NVIDIA/spark-rapids/issues/898') @pytest.mark.parametrize('data_gen', non_nan_all_basic_gens, ids=idfn) def test_generic_reductions(data_gen): assert_gpu_and_cpu_are_equal_collect(