From: Ole Streicher <olebole@debian.org>
Date: Mon, 20 May 2024 09:52:54 +0200
Subject: Skip test that needs too much memory on ARM

---
 reproject/interpolation/tests/test_core.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/reproject/interpolation/tests/test_core.py b/reproject/interpolation/tests/test_core.py
index 1a2d1f2..5c3779f 100644
--- a/reproject/interpolation/tests/test_core.py
+++ b/reproject/interpolation/tests/test_core.py
@@ -849,6 +849,7 @@ def test_reproject_order(block_size):
             assert_allclose(array_out_bilinear, array_out_biquadratic)
 
 
+@pytest.mark.skip(reason="needs too much memory on our ARM platforms")
 def test_reproject_block_size_broadcasting():
     # Regression test for a bug that caused the default chunk size to be
     # inadequate when using broadcasting in parallel mode
