diff --git a/tests/test_aero_mode.py b/tests/test_aero_mode.py index daa90e51..e8526640 100644 --- a/tests/test_aero_mode.py +++ b/tests/test_aero_mode.py @@ -291,6 +291,7 @@ def test_ctor_fails_with_nonunique_mass_fracs(): assert str(exc_info.value) == "mass_frac keys must be unique" @staticmethod + @pytest.mark.skipif(platform.machine() == "arm64", reason="TODO #348") def test_fixed_segfault_case_on_circular_reference(): # arrange aero_data = ppmc.AeroData(AERO_DATA_CTOR_ARG_MINIMAL)