From e49ba4e07ae8152fffd1c05efa79dd5cfa9a02a7 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 6 Sep 2018 08:52:59 +0900 Subject: [PATCH] bugsnag-haskell doctest failing (pbrisbin/bugsnag-haskell#42) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d9fe6c3f..da9a4bde 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4213,6 +4213,7 @@ expected-test-failures: - makefile # Doctest failures + - bugsnag-haskell # https://github.com/pbrisbin/bugsnag-haskell/issues/42 # Misc. - HTTP # e.g. "ERROR: Network.Socket.connect: : unsupported operation (Cannot assign requested address)", I'm not sure if this is a build server issue...