From d9dbe2727fc5c253312a34bb67aa9f90c0e92ee2 Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 8 Feb 2021 10:36:58 +0000 Subject: [PATCH] disable vector-circular test suite --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index cd2ede06..4c2de57e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5457,6 +5457,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 + - vector-circular # (verified requires missing hedgehog-classes) https://github.com/commercialhaskell/stackage/pull/5853#issuecomment-770394206 - yesod-page-cursor # https://github.com/commercialhaskell/stackage/issues/5813 # Blocked due to tests failing to compile for GHC 8.6