forked from mirrors/nixpkgs
haskellPackages.tmp-postgres: disable flaky deps
This commit is contained in:
parent
e1340f42fc
commit
9980dffc9b
|
@ -749,6 +749,9 @@ self: super: {
|
|||
|
||||
# Needs pginit to function and pgrep to verify.
|
||||
tmp-postgres = overrideCabal super.tmp-postgres (drv: {
|
||||
# Flaky tests: https://github.com/jfischoff/tmp-postgres/issues/274
|
||||
doCheck = false;
|
||||
|
||||
preCheck = ''
|
||||
export HOME="$TMPDIR"
|
||||
'' + (drv.preCheck or "");
|
||||
|
|
Loading…
Reference in a new issue