mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Try to skip tests for tasty-quickcheck to solve #7493
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
parent
e27109ca6c
commit
dd7ce60b96
@ -1422,7 +1422,7 @@ packages:
|
||||
- tasty
|
||||
- tasty-golden
|
||||
- tasty-hunit
|
||||
- tasty-quickcheck < 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493
|
||||
- tasty-quickcheck # 0.11.1 # build cycle with 0.11.1: https://github.com/commercialhaskell/stackage/issues/7493
|
||||
- tasty-smallcheck
|
||||
- time-lens
|
||||
- timezone-olson
|
||||
@ -8251,6 +8251,7 @@ skipped-tests:
|
||||
- statistics
|
||||
- syb
|
||||
- tasty-expected-failure # via tasty-hedgehog
|
||||
- tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493
|
||||
- vector # doctest
|
||||
- vector-binary-instances
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user