diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2025-11-21 14:02:53 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-23 12:09:26 +0100 |
| commit | d644ca904bca9c67ee83594f607ed7ad79aa5961 (patch) | |
| tree | 650f1a812ad5f17263bb26825b1cd9deea266c4b /gnu | |
| parent | 96f3df23b7f8f133268d3dc698cd0c2ed1f72e58 (diff) | |
gnu: python-openturns: Disable flaky tests.
* gnu/packages/statistics.scm (python-openturns): Disable flaky tests.
Change-Id: I3d582c51bbfc47f437f0cda789891c0e99991842
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 04c69032b2c..81c6cfd5206 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 |
