Skip aws test suite

This commit is contained in:
Michael Snoyman 2014-08-17 12:10:54 +03:00
parent f3e3db0621
commit 1133295740

View File

@ -178,6 +178,9 @@ defaultExpectedFailures ghcVer = execWriter $ do
when (ghcVer <= GhcMajorVersion 7 6) $
add "json-schema"
-- No AWS creds available
add "aws"
where
add = tell . singleton . PackageName