Skip to content

Commit

Permalink
Updated linked issue for skipped test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrocks committed Jul 3, 2024
1 parent 3a12079 commit aa41e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/src/main/python/get_json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def test_get_json_object_normalize_non_string_output():
conf={'spark.rapids.sql.expression.GetJsonObject': 'true'})


@pytest.mark.skipif(condition= spark_version() >= "4.0", reason="TODO: Issue for failing test.")
@pytest.mark.skipif(condition= spark_version() >= "4.0",
reason="https://github.com/NVIDIA/spark-rapids/issues/11130")
def test_get_json_object_quoted_question():
schema = StructType([StructField("jsonStr", StringType())])
data = [[r'{"?":"QUESTION"}']]
Expand Down

0 comments on commit aa41e49

Please # to comment.