guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d644ca904bca9c67ee83594f607ed7ad79aa5961
Author: Romain GARBAGE <[email protected]>
AuthorDate: Fri Nov 21 14:02:53 2025 +0100

    gnu: python-openturns: Disable flaky tests.
    
    * gnu/packages/statistics.scm (python-openturns): Disable flaky tests.
    
    Change-Id: I3d582c51bbfc47f437f0cda789891c0e99991842
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/statistics.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 04c69032b2..81c6cfd520 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1459,7 +1459,11 @@ inference for statistical models.")
                                ;; Subprocess aborted for these tests.
                                "pyinstallcheck_Study_std"
                                "pyinstallcheck_OptimizationAlgorithm_std"
-                               "pyinstallcheck_docstring_missing")
+                               "pyinstallcheck_docstring_missing"
+                               ;; These tests are flaky and fail non
+                               ;; reproducibly.
+                               "pyinstallcheck_KrigingAlgorithm_std"
+                               "pyinstallcheck_GaussianProcessFitter_std")
                          "|"))))))))
     (native-inputs
      (list bison

Reply via email to