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" (