Skip amqp tests

This commit is contained in:
Michael Snoyman 2014-12-02 15:57:15 +02:00
parent d7cf3412bf
commit e0d1146a53

View File

@ -237,6 +237,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
-- Failing doctests
add "bits"
-- No server running
add "amqp"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- https://github.com/vincenthz/hs-asn1/issues/11
add "asn1-encoding"