Skip check during test suite

This commit is contained in:
Michael Snoyman 2015-01-14 11:45:21 +02:00
parent d6998a4e8d
commit 33a94d1c1f

View File

@ -36,8 +36,10 @@ spec = do
[("foo", [0, 0, 0], [("bar", thisV [0, 0, 0])])
,("bar", [0, 0, 0], [("mu", thisV [0, 0, 0])])
,("mu", [0, 0, 0], [("foo", thisV [0, 0, 0])])]
{- Shouldn't be testing this actually
it "default package set checks ok" $
check defaultBuildConstraints getLatestAllowedPlans
-}
-- | Checking should be considered a bad build plan.
badBuildPlan :: (BuildConstraints -> IO (Map PackageName PackagePlan))