From 438b9cd63b973a6bfa61ae5c0ce6eec26619d24a Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 31 Aug 2015 16:42:40 +0200 Subject: [PATCH] Allow broken cron test-suite to fail --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 98ef17df..0f3ae64a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1860,6 +1860,9 @@ expected-test-failures: # https://github.com/barrucadu/dejafu/issues/14 - dejafu + # https://github.com/MichaelXavier/cron/issues/22 + - cron + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4