From 8d99e7707d680d2672cd875b48552b647050dd13 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 31 May 2015 14:04:11 +0300 Subject: [PATCH] Expect cipher-aes test failure --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index bc142365..9667c3e6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1405,6 +1405,10 @@ expected-test-failures: # https://github.com/iand675/metrics/issues/3 - metrics + # Getting no useful information as to why from the build server, but works + # when tested locally + - cipher-aes + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4