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.
This commit is contained in:
@@ -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" (
|
||||
|
||||
Reference in New Issue
Block a user