From 3e3f75365218c9d5fb1b3e5c93278c879eb90424 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 6 May 2015 07:10:36 +0300 Subject: [PATCH] Add back expected test failure ekmett/machines#44 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9166301a..c0c783b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1310,6 +1310,9 @@ expected-test-failures: # https://github.com/ivanperez-keera/Yampa/issues/10 - Yampa + # https://github.com/ekmett/machines/issues/44 + - machines + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4