From a4ecbd4dd334e48de76c4f543ccbe958f8060d8b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 20:44:45 -0800 Subject: [PATCH] Disable tests for everything in the cycle Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27c98db9..1a4dcc59 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8252,7 +8252,21 @@ skipped-tests: - syb - tasty-expected-failure # via tasty-hedgehog - tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493 - - random # via doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - temporary # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - doctest # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - prettyprinter-ansi-terminal # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - optparse-applicative # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - tasty # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - tasty-bench # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - test-framework # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - test-framework-quickcheck2 # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - half # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - OpenGLRaw # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - OpenGL # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - OpenAL # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - ALUT # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - vector # doctest - vector-binary-instances