From 8f1c1c38abfd0b2b211d21d782770d9ed441d87a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 21:22:26 +0300 Subject: [PATCH] Expect test failure meteficha/yesod-auth-account-fork#4 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 18f5e99e..f3d33259 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1917,6 +1917,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod + # https://github.com/meteficha/yesod-auth-account-fork/issues/4 + - yesod-auth-account-fork + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4