Skip to content

Commit

Permalink
Add reference to GH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Dec 12, 2024
1 parent 02869b9 commit 7dbaa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def test_debug_memory_pool_warn(pool_factory):

def check_debug_memory_pool_disabled(pool_factory, env_value, msg):
if sys.maxsize < 2**32:
# mimalloc may print warnings in this test on 32-bit Linux, ignore.
# GH-45011: mimalloc may print warnings in this test on 32-bit Linux, ignore.
pytest.skip("Test may fail on 32-bit platforms")
res = run_debug_memory_pool(pool_factory.__name__, env_value)
# The subprocess either returned successfully or was killed by a signal
Expand Down

0 comments on commit 7dbaa32

Please sign in to comment.