haskell-hasql-queue: disable test suite to fix the build
The tests need a running PostgreSQL database.
This commit is contained in:
parent
a2656aad20
commit
8a34e3369e
2 changed files with 2 additions and 0 deletions
|
@ -5848,6 +5848,7 @@ broken-packages:
|
|||
- hasql-optparse-applicative
|
||||
- hasql-postgres
|
||||
- hasql-postgres-options
|
||||
- hasql-queue
|
||||
- hasql-simple
|
||||
- hastache
|
||||
- hastache-aeson
|
||||
|
|
|
@ -765,5 +765,6 @@ self: super: builtins.intersectAttrs super {
|
|||
# The test suites fail because there's no PostgreSQL database running in our
|
||||
# build sandbox.
|
||||
postgresql-libpq-notify = dontCheck super.postgresql-libpq-notify;
|
||||
hasql-queue = dontCheck super.hasql-queue;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue