From 3ff5e04039bad1cef0a941a0d99da3a8b0c4f01f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 1 Jan 2015 11:57:17 +0200 Subject: [PATCH] Add expected test suite failure jswebtools/language-ecmascript#60 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7022782..f8faf208 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -856,6 +856,9 @@ expected-test-failures: # https://github.com/vincenthz/hs-crypto-pubkey/issues/17 - crypto-pubkey + # https://github.com/jswebtools/language-ecmascript/issues/60 + - language-ecmascript + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4