Skip some tests

This commit is contained in:
Michael Snoyman 2014-11-13 13:21:36 +02:00
parent dfe3d97957
commit 0b124792c2

View File

@ -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"