Disable json-schema tests for GHC 7.6 silkapp/json-schema#8

This commit is contained in:
Michael Snoyman 2014-07-03 18:43:26 +03:00
parent 678493b87a
commit 77bb7ed33a

View File

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