Skip to content

Commit

Permalink
Temporarily xfail failing iceberg test (#6756)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <[email protected]>

Signed-off-by: Thomas Graves <[email protected]>
  • Loading branch information
tgravescs authored Oct 11, 2022
1 parent 5d6bbd9 commit 2e8427b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/iceberg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ 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):
Expand Down

0 comments on commit 2e8427b

Please sign in to comment.