diff --git a/python/cudf/cudf/tests/test_parquet.py b/python/cudf/cudf/tests/test_parquet.py index e2b2a33dd53..597ae6c05c0 100644 --- a/python/cudf/cudf/tests/test_parquet.py +++ b/python/cudf/cudf/tests/test_parquet.py @@ -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"