From 944654b4f9b3117922b627dcef924aca963b9830 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Dec 2014 09:28:07 +0200 Subject: [PATCH] Expected test failure haskell/cabal#2277 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b354881..1ad66e98 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -812,6 +812,9 @@ expected-test-failures: # weird problems with cabal test - cautious-file + # https://github.com/haskell/cabal/pull/2277 + - cabal-install + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4