mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Skip some tests
This commit is contained in:
parent
dfe3d97957
commit
0b124792c2
@ -222,6 +222,10 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
||||
-- Requires locally running server
|
||||
add "bloodhound"
|
||||
|
||||
-- Requires PostgreSQL running
|
||||
add "postgresql-binary"
|
||||
add "hasql-postgres"
|
||||
|
||||
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||
-- https://github.com/vincenthz/hs-asn1/issues/11
|
||||
add "asn1-encoding"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user