From e71a2158473892a0dbf95878c2f59d2494314cc5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 29 Sep 2021 10:50:39 +0800 Subject: [PATCH] allow markdown testsuite to fail (snoyberg/markdown#39) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3b3af53..e6d35224 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7273,6 +7273,7 @@ expected-test-failures: - simple-affine-space - xml-picklers # https://github.com/Philonous/xml-picklers/issues/5 - freckle-app # https://github.com/commercialhaskell/stackage/issues/6197 + - markdown # https://github.com/snoyberg/markdown/issues/39 # Assertion failures due to module name ambiguity # (These _should_ be fixed by using the `hide` section of this file)