mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
Skip aws test suite
This commit is contained in:
parent
f3e3db0621
commit
1133295740
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user