Merge pull request #3209 from phadej/skip-QC2.11-criterion1.3

Skip dlist-nonempty tests/benchmarks and splitmix benchmarks
This commit is contained in:
Dan Burton 2018-01-23 17:14:30 -08:00 committed by GitHub
commit 25b2c5506f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3552,6 +3552,7 @@ skipped-tests:
- tdigest
- these
- time-parsers
- dlist-nonempty # QuickCheck2.11
# Uncategorized, please categorize!
- hackage-security # Cabal 2.0
@ -3951,6 +3952,10 @@ skipped-benchmarks:
- fmt # haskell-src-exts via interpolate
# @phadej
- dlist-nonempty # criterion-1.3
- splitmix# # criterion-1.3
# end of skipped-benchmarks