From b535f96df37295e8437ad47e43ef8ee437f6b4b7 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 14 Feb 2022 14:06:44 +0100 Subject: [PATCH] Re-enable bugsnag-haskell tests, closes #6372 --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bfb6c639..55440bf6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7582,7 +7582,6 @@ expected-test-failures: # fixed by adding these files to `extra-source-files` in the # .cabal file. # - - bugsnag-haskell # https://github.com/commercialhaskell/stackage/issues/6372 - cpio-conduit # Test file not in tarball https://github.com/da-x/cpio-conduit/issues/1 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - doctest-discover # https://github.com/karun012/doctest-discover/issues/33