Skip to content

Commit

Permalink
add skip for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Dec 10, 2024
1 parent 1d85c54 commit 4cc22e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_aero_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4cc22e8

Please sign in to comment.