From 8e2819c14f012a11d73446845222e342494e646a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 15 Jan 2015 08:59:09 +0200 Subject: [PATCH] Add expected test failure bos/wreq#53 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3726580c..31877f60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -949,6 +949,9 @@ expected-test-failures: # https://github.com/TomMD/DRBG/issues/7 - DRBG + # https://github.com/bos/wreq/issues/53 + - wreq + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4