diff --git a/python/cuspatial/cuspatial/tests/test_geodataframe.py b/python/cuspatial/cuspatial/tests/test_geodataframe.py index f49708cf8..fe25cc1f9 100644 --- a/python/cuspatial/cuspatial/tests/test_geodataframe.py +++ b/python/cuspatial/cuspatial/tests/test_geodataframe.py @@ -320,6 +320,10 @@ def test_boolmask(gpdf, df_boolmask): assert_eq_geo_df(gi[df_boolmask], cugpdf_back[df_boolmask]) +@pytest.mark.xfail( + reason="Size discrepancies between Python versions. See " + "https://github.com/rapidsai/cuspatial/issues/1352" +) def test_memory_usage(gs): assert gs.memory_usage() == 224 host_dataframe = gpd.read_file(