mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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
|
||||
add "pandoc-citeproc"
|
||||
|
||||
-- Problems with doctest and sandboxing
|
||||
add "warp"
|
||||
add "wai-logger"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user