From bc1c9ced84814d7fc9729ae6384be0ca0fd4232c Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 21 Mar 2024 12:18:08 +0100 Subject: [PATCH] and another arm64 skip... --- tests/test_aero_dist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_aero_dist.py b/tests/test_aero_dist.py index 5c5bf45c..ef6bc337 100644 --- a/tests/test_aero_dist.py +++ b/tests/test_aero_dist.py @@ -6,6 +6,7 @@ import copy import gc +import platform import numpy as np import pytest @@ -133,6 +134,7 @@ def test_ctor_modes_in_order(n_modes=4): @staticmethod @pytest.mark.parametrize("idx", (-1, 500)) + @pytest.mark.skipif(platform.machine() == "arm64", reason="TODO #348") def test_get_mode_out_of_range(sut_minimal, idx): # act try: