From 8738de8b03637642cd34d35e4669d4a692510d9d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Jul 2015 19:07:15 +0900 Subject: [PATCH] allow wai-logger tests to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a551ee2f..69751408 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1641,6 +1641,9 @@ expected-test-failures: # https://github.com/yesodweb/Shelly.hs/issues/106 - shelly + # https://github.com/kazu-yamamoto/logger/issues/42 + - wai-logger + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4