Skip to content

Commit

Permalink
Try to skip tests for tasty-quickcheck to solve #7493
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac committed Jan 6, 2025
1 parent e27109c commit dd7ce60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit dd7ce60

Please sign in to comment.