mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 19:51:56 +01:00
Ignore some tests for #163
This commit is contained in:
parent
08b02b326a
commit
ea95ea8ffe
@ -116,6 +116,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
-- Problems with doctest and sandboxing
|
-- Problems with doctest and sandboxing
|
||||||
add "warp"
|
add "warp"
|
||||||
add "wai-logger"
|
add "wai-logger"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/163
|
||||||
|
add "hTalos"
|
||||||
|
add "seqloc"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user