mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Skip some tests
This commit is contained in:
parent
e88dcdb7f5
commit
033690f2e5
@ -132,6 +132,12 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
mapM_ add $ words =<<
|
||||
[ "comonad-transformers comonads-fd groupoids"
|
||||
, "profunctor-extras semigroupoid-extras"
|
||||
, "conduit-extra"
|
||||
]
|
||||
|
||||
-- Cloud Haskell tests seem to be unreliable
|
||||
mapM_ add $ words =<<
|
||||
[ "distributed-process lockfree-queue network-transport-tcp"
|
||||
]
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
Loading…
Reference in New Issue
Block a user