Skip to content

Commit

Permalink
and one more skip!
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Mar 21, 2024
1 parent 603d530 commit fa658d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_aero_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def test_ctor_multimode_error_on_repeated_mode_names():
assert str(exc_info.value) == "Mode names must be unique"

@staticmethod
@pytest.mark.skipif(platform.machine() == "arm64", reason="TODO #348")
def test_ctor_error_on_repeated_massfrac_keys():
# arrange
aero_data = ppmc.AeroData(AERO_DATA_CTOR_ARG_MINIMAL)
Expand Down

0 comments on commit fa658d8

Please sign in to comment.