mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-21 03:31:59 +01:00
Skip warp and wai-logger tests
This commit is contained in:
parent
b7c6220a7a
commit
209015c814
@ -112,6 +112,10 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
|
|
||||||
-- https://github.com/jgm/pandoc-citeproc/issues/5
|
-- https://github.com/jgm/pandoc-citeproc/issues/5
|
||||||
add "pandoc-citeproc"
|
add "pandoc-citeproc"
|
||||||
|
|
||||||
|
-- Problems with doctest and sandboxing
|
||||||
|
add "warp"
|
||||||
|
add "wai-logger"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user