From a8b570bb34c4cfc33fa617ed5db71329b0a721bc Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 2 Oct 2023 19:51:09 +1100 Subject: [PATCH] add skip for newly appeared failure on aarch/ppc --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1545c084..b03fe59d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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]