haskellPackages.stakhanov: disable test suite

In theory this should work with postgresql + pgmq plugin with
postgresqlTestHook and postgresqlEnableTCP (hardcodes port),
but it fails on selecting from the pgmq schema. Maybe the db
needs to be preinitialized somehow?
This commit is contained in:
sternenseemann
2026-02-08 11:25:43 +01:00
parent 4d0e75659a
commit 49e643b789
@@ -1353,6 +1353,8 @@ builtins.intersectAttrs super {
];
doCheck = drv.doCheck or true && !(pkgs.postgresqlTestHook.meta.broken);
}) super.haskell-pgmq;
# Needs pgmq available at test time with somehow preinitialized database (?)
stakhanov = dontCheck super.stakhanov;
migrant-postgresql-simple = lib.pipe super.migrant-postgresql-simple [
(overrideCabal {