Skip to content

Commit

Permalink
Mark reduction corner case tests as xfail on databricks until they ca…
Browse files Browse the repository at this point in the history
…n be fixed (#899)

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
  • Loading branch information
revans2 authored Oct 1, 2020
1 parent 1e80aa3 commit 1e1c4ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/src/main/python/hash_aggregate_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 1e1c4ca

Please sign in to comment.