mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
haskell-postgresql-libpq-notify: disable test suite to fix the build
The tests need a running PostgreSQL database.
This commit is contained in:
parent
3f301b06d9
commit
a2656aad20
@ -8547,7 +8547,6 @@ broken-packages:
|
||||
- postgres-embedded
|
||||
- postgres-tmp
|
||||
- postgres-websockets
|
||||
- postgresql-libpq-notify
|
||||
- postgresql-lo-stream
|
||||
- postgresql-named
|
||||
- postgresql-query
|
||||
|
@ -762,4 +762,8 @@ self: super: builtins.intersectAttrs super {
|
||||
# Tests disabled as recommended at https://github.com/luke-clifton/shh/issues/39
|
||||
shh = dontCheck super.shh;
|
||||
|
||||
# The test suites fail because there's no PostgreSQL database running in our
|
||||
# build sandbox.
|
||||
postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user