From 0c7818a6fd6065366e69815fc1091948c492cf29 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Fri, 25 Sep 2020 11:33:54 -0700 Subject: [PATCH] Expect test failure for `cryptocompare` (#5660) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7259082d..8bfee449 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5666,6 +5666,7 @@ expected-test-failures: - character-cases # https://github.com/aiya000/hs-character-cases/issues/3 - lz4-frame-conduit # https://github.com/nh2/lz4-frame-conduit/issues/3 - dhall-yaml # https://github.com/commercialhaskell/stackage/issues/5640 + - cryptocompare # https://github.com/commercialhaskell/stackage/issues/5660 # Assertion failures due to module name ambiguity # (These _should_ be fixed by using the `hide` section of this file)