mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 08:18:30 +01:00
Skip some tests
This commit is contained in:
parent
eb66f46884
commit
374e2253b6
@ -162,6 +162,19 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
add "glib"
|
||||
add "pango"
|
||||
|
||||
-- https://github.com/acw/bytestring-progress/issues/3
|
||||
add "bytestring-progress"
|
||||
|
||||
-- https://github.com/silkapp/rest/issues/40
|
||||
add "rest-core"
|
||||
add "rest-gen"
|
||||
|
||||
-- Seems to require 32-bit functions
|
||||
add "nettle"
|
||||
|
||||
-- Depends on a missing graphviz executable
|
||||
add "graphviz"
|
||||
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user