Skip to content

Commit

Permalink
xfail AST string tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe committed Nov 20, 2023
1 parent 16515f7 commit 0378efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/src/main/python/ast_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
(double_gen, False),
(timestamp_gen, True),
(date_gen, True),
(string_gen, True)
pytest.param((string_gen, True),
marks=pytest.mark.xfail(reason="https://github.com/NVIDIA/spark-rapids/issues/9771"))
]

ast_boolean_descr = [(boolean_gen, True)]
Expand Down

0 comments on commit 0378efc

Please sign in to comment.