From 94be383468fdc78b62f7be3c7bf04a71d8572b66 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2015 18:46:02 +0300 Subject: [PATCH] Add expected cryptonite test failure (closes #35) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75195d44..aa6a7b08 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1911,6 +1911,9 @@ expected-test-failures: # https://github.com/peti/language-nix/issues/1 - language-nix + # https://github.com/vincenthz/cryptonite/issues/35 + - cryptonite + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4