From 6abd493d24c5580fc7f445a25f688a63727e16e8 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 08:08:38 +0200 Subject: [PATCH] Skip tests for `ihaskell`. --- build-constraints.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7c722939..97e03ce5 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8518,20 +8518,21 @@ skipped-tests: # servers time limit so these shouldn't be removed from # skipped-tests unless we know a fix has been released. - accelerate-fourier + - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 + - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - cabal-helper + - enum-text # https://github.com/commercialhaskell/stackage/issues/6794 - graphviz + - hpc-codecov # timeouts? https://github.com/commercialhaskell/stackage/issues/5976 + - ihaskell # Never finishes https://github.com/IHaskell/IHaskell/issues/1413 + - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 + - json-rpc # flaky - network-attoparsec + - port-utils - punycode + - sbv # takes more than 4 hours for a single test suite - unagi-chan - zeromq4-patterns - - port-utils - - blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73 - - binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2 - - jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9 - - hpc-codecov # timeouts? https://github.com/commercialhaskell/stackage/issues/5976 - - enum-text # https://github.com/commercialhaskell/stackage/issues/6794 - - sbv # takes more than 4 hours for a single test suite - - json-rpc # flaky # Wontfix. The maintainer doesn't want to keep test dependencies # up to date or be notified about it, or doesn't want stackage to