From a495ffb2e2c6cdb9e37986aacb47949bd7455ac7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 30 Aug 2025 14:07:51 +0200 Subject: [PATCH] haskellPackage.linear-tests: disable flaky (?) test suite This looks like a badly designed property test suite which fails to exclude values that can't exhibit correct behavior (NaN), but it could also theoretically be a correctness issue. Haven't gotten a response from upstream. Kicking the package a few times usually gets the test suite to succeed, but I'm kind of sick of that game. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 30ba2f598698..a4e9b01b3a66 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2130,6 +2130,10 @@ with haskellLib; job = dontCheck super.job; scheduler = dontCheck super.scheduler; + # Flaky test suite + # https://github.com/minimapletinytools/linear-tests/issues/1 + linear-tests = dontCheck super.linear-tests; + # 2024-09-18: Make compatible with haskell-gi 0.26.10 # https://github.com/owickstrom/gi-gtk-declarative/pull/118 gi-gtk-declarative = warnAfterVersion "0.7.1" (