diff --git a/integration_tests/src/main/python/iceberg_test.py b/integration_tests/src/main/python/iceberg_test.py index eca98a5baf0..88aed07bb26 100644 --- a/integration_tests/src/main/python/iceberg_test.py +++ b/integration_tests/src/main/python/iceberg_test.py @@ -92,7 +92,6 @@ def setup_iceberg_table(spark): @iceberg @ignore_order(local=True) # Iceberg plans with a thread pool and is not deterministic in file ordering -@pytest.mark.xfail(reason='https://github.com/NVIDIA/spark-rapids/issues/6718') @pytest.mark.parametrize("data_gens", iceberg_gens_list, ids=idfn) @pytest.mark.parametrize('reader_type', rapids_reader_types) def test_iceberg_parquet_read_round_trip(spark_tmp_table_factory, data_gens, reader_type):