From 9dc4d0fe0a43a346e3f1735ffe54d061c126ba50 Mon Sep 17 00:00:00 2001 From: Nghia Truong Date: Mon, 2 Dec 2024 13:29:54 -0800 Subject: [PATCH] Enable tests Signed-off-by: Nghia Truong --- integration_tests/src/main/python/json_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_tests/src/main/python/json_test.py b/integration_tests/src/main/python/json_test.py index 6e8165846e7..847a1f2b76a 100644 --- a/integration_tests/src/main/python/json_test.py +++ b/integration_tests/src/main/python/json_test.py @@ -1009,7 +1009,6 @@ def test_from_json_struct_of_list_with_mismatched_schema(): 'struct>>', 'struct>>']) @allow_non_gpu(*non_utc_allow) -@pytest.mark.xfail(reason='https://github.com/rapidsai/cudf/issues/17349') def test_from_json_struct_of_list_with_mixed_nested_types_input(schema): json_string_gen = StringGen(r'{"teacher": "[A-Z]{1}[a-z]{2,5}",' \ r'"student": \[{"name": "[A-Z]{1}[a-z]{2,5}", "class": "junior"},' \ @@ -1396,7 +1395,6 @@ def test_spark_from_json_empty_table(data): conf =_enable_all_types_conf) # SPARK-20549: from_json bad UTF-8 -@pytest.mark.xfail(reason='https://github.com/NVIDIA/spark-rapids/issues/10483') @allow_non_gpu(*non_utc_allow) # https://github.com/NVIDIA/spark-rapids/issues/10453 def test_spark_from_json_bad_json(): schema = StructType([StructField("a", IntegerType())])