Skip to content

Commit

Permalink
and another arm64 skip...
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Mar 21, 2024
1 parent 19a5b3e commit bc1c9ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_aero_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import copy
import gc
import platform

import numpy as np
import pytest
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit bc1c9ce

Please sign in to comment.