Skip to content

Commit

Permalink
Add xfail reason
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Mar 7, 2024
1 parent eada0cc commit 8bcfc6a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions python/cuspatial/cuspatial/tests/test_geodataframe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright (c) 2020-2021, NVIDIA CORPORATION.
# Copyright (c) 2020-2024, NVIDIA CORPORATION.
import sys

import geopandas as gpd
import numpy as np
import pandas as pd
Expand Down Expand Up @@ -321,8 +323,9 @@ def test_boolmask(gpdf, df_boolmask):


@pytest.mark.xfail(
sys.version_info.major >= 3 and sys.version_info.minor >= 11,
reason="Size discrepancies between Python versions. See "
"https://github.com/rapidsai/cuspatial/issues/1352"
"https://github.com/rapidsai/cuspatial/issues/1352",
)
def test_memory_usage(gs):
assert gs.memory_usage() == 224
Expand Down

0 comments on commit 8bcfc6a

Please sign in to comment.