Skip to content

Commit

Permalink
skip 2 tests that fail on aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 24, 2023
1 parent 9f82be2 commit 4db75eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ requirements:
{% set tests_to_skip = tests_to_skip + " or Test_POWER_Features" %} # [build_platform != target_platform]
# test_new_policy reruns part of test suite; including a CPU feature test that fails in emulation
{% set tests_to_skip = tests_to_skip + " or test_new_policy" %} # [build_platform != target_platform]
# emulation problems (apparently) on aarch
{% set tests_to_skip = tests_to_skip + " or test_basic_property[float32" %} # [aarch64]

test:
requires:
Expand Down

0 comments on commit 4db75eb

Please sign in to comment.