Skip to content

Commit

Permalink
re-enable python test
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Dec 7, 2021
1 parent 8486647 commit e2c5291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ def test_parquet_reader_spark_timestamps(datadir):
assert_eq(expect, got)


@pytest.mark.xfail(reason="decimal128 not yet supported in cuDF")
def test_parquet_reader_spark_decimals(datadir):
fname = datadir / "spark_decimal.parquet"

Expand Down

0 comments on commit e2c5291

Please sign in to comment.