diff --git a/integration_tests/src/main/python/json_test.py b/integration_tests/src/main/python/json_test.py index b825975f398..726225346f5 100644 --- a/integration_tests/src/main/python/json_test.py +++ b/integration_tests/src/main/python/json_test.py @@ -1012,7 +1012,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"},' \ @@ -1399,7 +1398,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())])