mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-02 23:14:37 +01:00
Reenable some tests
This commit is contained in:
parent
f7c9b9b4b9
commit
a18dc80055
@ -183,14 +183,7 @@ defaultExpectedFailures ghcVer = execWriter $ do
|
|||||||
-- Requires too new a version of time
|
-- Requires too new a version of time
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $ add "cookie"
|
when (ghcVer < GhcMajorVersion 7 8) $ add "cookie"
|
||||||
|
|
||||||
-- Restrictive checkers upper bound in test suite
|
|
||||||
add "incremental-parser"
|
|
||||||
|
|
||||||
-- Restrictive QuickCheck upper bound in test suite
|
|
||||||
add "uuid"
|
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/285
|
-- https://github.com/fpco/stackage/issues/285
|
||||||
add "arbtt"
|
|
||||||
add "diagrams-haddock"
|
add "diagrams-haddock"
|
||||||
add "scientific"
|
add "scientific"
|
||||||
add "json-schema"
|
add "json-schema"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user