From 6c6d81ed2e72b61e858fb112f23bfb4259127959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:50:40 +0200 Subject: [PATCH] Skip tests for `ghc-exactprint`. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c645a84..8cbff055 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8517,6 +8517,7 @@ skipped-tests: - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - cabal-helper - enum-text # https://github.com/commercialhaskell/stackage/issues/6794 + - ghc-exactprint # flaky fails with 'executable not found' & and runs around 15 minutes (so put here instead of expected-test-failures) - graphviz - hpc-codecov # timeouts? https://github.com/commercialhaskell/stackage/issues/5976 - ihaskell # Never finishes https://github.com/IHaskell/IHaskell/issues/1413