From 9d7815f09da47ba2ee43ca579a1db3d5052c4baa Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 2 Feb 2017 21:06:25 +0100 Subject: [PATCH] Skip http2 benchmarks due to OOM #2232 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18ae300c..d3738c9b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3294,6 +3294,7 @@ skipped-benchmarks: - hledger-lib # https://github.com/fpco/stackage/issues/1587 - pipes # optparse-applicative 0.13 + - http2 # OOM? https://github.com/fpco/stackage/issues/2232 # end of skipped-benchmarks