From 39b54496a79008313acc1cf3de90bd0d870ea13d Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 5 Jan 2021 02:59:14 +0000 Subject: [PATCH] Disables yesod-page-cursor tests (#5813) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5616a678..34f6953f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5430,6 +5430,7 @@ skipped-tests: - persistent-mysql # https://github.com/commercialhaskell/stackage/issues/5641 - persistent-postgresql # https://github.com/commercialhaskell/stackage/issues/5641 - persistent-sqlite # https://github.com/commercialhaskell/stackage/issues/5641 + - yesod-page-cursor # https://github.com/commercialhaskell/stackage/issues/5813 # Blocked due to tests failing to compile for GHC 8.6 - async-refresh