From 3a0f858e793418a97ce5055e2f92c5318bfac670 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 10 May 2015 16:39:57 +0300 Subject: [PATCH] Expected test failure haskell/ghc-events#9 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 75dd99c2..8fb87fc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1327,6 +1327,9 @@ expected-test-failures: # https://github.com/ekmett/machines/issues/44 - machines + # https://github.com/haskell/ghc-events/issues/9 + - ghc-events + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4