Skip to content

Commit

Permalink
use is_spark_330_or_later
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Mar 8, 2022
1 parent f0599ab commit c5e6c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_basic_json_read(std_input_path, filename, schema, read_func, allow_non_
@pytest.mark.parametrize('ansi_enabled', ["true", "false"])
@pytest.mark.parametrize('time_parser_policy', [
pytest.param('LEGACY', marks=[pytest.mark.allow_non_gpu('FileSourceScanExec'), \
pytest.mark.xfail(not is_before_spark_330(), reason="https://github.com/NVIDIA/spark-rapids/issues/4912")]),
pytest.mark.xfail(is_spark_330_or_later(), reason="https://github.com/NVIDIA/spark-rapids/issues/4912")]),
'CORRECTED',
'EXCEPTION'
])
Expand Down

0 comments on commit c5e6c58

Please sign in to comment.