From 3ddbdf3c28f44f426031e7d55d91885f09cba725 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sat, 20 Jan 2018 13:20:52 +0200 Subject: [PATCH] Skip dlist-nonempty tests/benchmarks and splitmix benchmarks --- build-constraints.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index c6baee76..bfd1fbfb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3514,6 +3514,7 @@ skipped-tests: - tdigest - these - time-parsers + - dlist-nonempty # QuickCheck2.11 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 @@ -3915,6 +3916,10 @@ skipped-benchmarks: - fmt # haskell-src-exts via interpolate + # @phadej + - dlist-nonempty # criterion-1.3 + - splitmix# # criterion-1.3 + # end of skipped-benchmarks