From eab4fa83c92bcbe34b0d6c1a1ebb363f4c9e0147 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 28 Mar 2021 10:30:57 -0700 Subject: [PATCH] Disable tests for `mixed-types-num` (#6005) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f6c7b913..5bf17dba 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7440,6 +7440,7 @@ skipped-tests: - cron # Could not deduce (SOP.All (SOP.All Arbitrary) xss) arising from a use of ‘SOP.hcpure’ - config-ini # https://github.com/aisamanra/config-ini/issues/22 - dhall # https://github.com/dhall-lang/dhall-haskell/issues/1985 + - mixed-types-num # https://github.com/commercialhaskell/stackage/issues/6005 # Runtime issues - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73