Skip to content

Commit

Permalink
Change xfail to be annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgravescs committed Jun 29, 2020
1 parent b680220 commit 91d3c8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration_tests/src/main/python/parquet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ def test_simple_partitioned_read(spark_tmp_path):
assert_gpu_and_cpu_are_equal_collect(
lambda spark : spark.read.parquet(data_path))

@pytest.mark.xfail(condition=is_databricks_runtime(),
reason='https://github.com/NVIDIA/spark-rapids/issues/192')
def test_read_merge_schema(spark_tmp_path):
if is_databricks_runtime():
pytest.xfail(reason="test_read_merge_schema fails on Databricks "
"(https://github.com/NVIDIA/spark-rapids/issues/192)")
# Once https://github.com/NVIDIA/spark-rapids/issues/133 and https://github.com/NVIDIA/spark-rapids/issues/132 are fixed
# we should go with a more standard set of generators
parquet_gens = [byte_gen, short_gen, int_gen, long_gen, float_gen, double_gen,
Expand Down

0 comments on commit 91d3c8e

Please sign in to comment.