mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 18:25:48 +01:00
Skip check during test suite
This commit is contained in:
parent
d6998a4e8d
commit
33a94d1c1f
@ -36,8 +36,10 @@ spec = do
|
|||||||
[("foo", [0, 0, 0], [("bar", thisV [0, 0, 0])])
|
[("foo", [0, 0, 0], [("bar", thisV [0, 0, 0])])
|
||||||
,("bar", [0, 0, 0], [("mu", thisV [0, 0, 0])])
|
,("bar", [0, 0, 0], [("mu", thisV [0, 0, 0])])
|
||||||
,("mu", [0, 0, 0], [("foo", 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" $
|
it "default package set checks ok" $
|
||||||
check defaultBuildConstraints getLatestAllowedPlans
|
check defaultBuildConstraints getLatestAllowedPlans
|
||||||
|
-}
|
||||||
|
|
||||||
-- | Checking should be considered a bad build plan.
|
-- | Checking should be considered a bad build plan.
|
||||||
badBuildPlan :: (BuildConstraints -> IO (Map PackageName PackagePlan))
|
badBuildPlan :: (BuildConstraints -> IO (Map PackageName PackagePlan))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user