From baae15764b3774cee68afbf090ba3d0fd942c511 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 30 Mar 2016 13:39:03 +0900 Subject: [PATCH] skip jsaddle tests since they timeout (ghcjs/jsaddle#9) they need an virtual framebuffer to run headless --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a4af2613..54840190 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2333,6 +2333,8 @@ skipped-tests: # Requires stripe API key and unreleased test package https://github.com/fpco/stackage/issues/1272 - stripe-http-streams + # times out without framebuffer (https://github.com/ghcjs/jsaddle/issues/9) + - jsaddle # end of skipped-tests # Tests which we should build and run, but which are expected to fail. We