Skip to content

Commit

Permalink
Temporarily disable integration test - test_hash_reduction_pivot_with…
Browse files Browse the repository at this point in the history
…out_nans (#4534)

* disable test_hash_reduction_pivot_without_nans inegration test

Signed-off-by: Niranjan Artal <nartal@nvidia.com>

* addressed review comments

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
  • Loading branch information
nartal1 authored Jan 14, 2022
1 parent 9a5eac3 commit 7d8b6d4
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 @@ -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
Expand Down

0 comments on commit 7d8b6d4

Please sign in to comment.