Skip to content

Commit

Permalink
add skip for newly appeared failure on aarch/ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Oct 2, 2023
1 parent 1d8d247 commit a8b570b
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 @@ -225,6 +225,8 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_x0_equals_Mb[bicgstab" %}
# scipy/scipy#16927
{% set tests_to_skip = tests_to_skip + " or test_failure_to_run_iterations" %} # [linux]
# scipy/scipy#19337
{% set tests_to_skip = tests_to_skip + " or (TestLevyStable and test_distribution_outside_)" %} # [aarch64 or ppc64le]
# on the slowest agents, these tests take more than 20min in emulation
{% set tests_to_skip = tests_to_skip + " or (test_lsq_linear and test_large_rank_deficient)" %} # [aarch64 or ppc64le]
{% set tests_to_skip = tests_to_skip + " or (test_iterative and test_precond_inverse[case1])" %} # [aarch64 or ppc64le]
Expand Down

0 comments on commit a8b570b

Please sign in to comment.