mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Disable json-schema tests for GHC 7.6 silkapp/json-schema#8
This commit is contained in:
parent
678493b87a
commit
77bb7ed33a
@ -171,6 +171,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
-- Depends on a missing graphviz executable
|
||||
add "graphviz"
|
||||
|
||||
-- https://github.com/silkapp/json-schema/issues/8
|
||||
when (ghcVer <= GhcMajorVersion 7 6) $
|
||||
add "json-schema"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user