mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Skip some more tests
This commit is contained in:
parent
18461f87fd
commit
cb3d316cd3
@ -191,6 +191,12 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
||||
|
||||
-- https://github.com/BioHaskell/octree/issues/4
|
||||
add "Octree"
|
||||
|
||||
-- No code until we upgrade to network 2.6
|
||||
add "network-uri"
|
||||
|
||||
-- https://github.com/goldfirere/th-desugar/issues/12
|
||||
add "th-desugar"
|
||||
where
|
||||
add = tell . singleton . PackageName
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user