Skip to content

Commit b2caba8

Browse files
committed
xfail new JSON tests for capi
1 parent af6fa38 commit b2caba8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/capi_xfails.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"test/test_udf.py::test_udf_null",
7070
"test/test_udf.py::test_udf_except",
7171
"test/test_udf.py::test_udf_remove",
72+
# C API Arrow export for JSON types is not yet implemented. get_as_df()
73+
# tests that need the pybind NPArrayWrapper path are xfailed.
74+
"test/test_json.py::test_get_as_df_json_scalar",
75+
"test/test_json.py::test_get_as_df_json_empty_result",
76+
"test/test_json.py::test_get_as_df_json_extract",
77+
"test/test_json.py::test_get_as_df_json_list",
7278
# C API temporal conversion still differs from pybind for torch geometric export.
7379
"test/test_torch_geometric.py::test_to_torch_geometric_homogeneous_graph",
7480
"test/test_torch_geometric.py::test_to_torch_geometric_heterogeneous_graph",

0 commit comments

Comments
 (0)