From 2ea0267def77b557b6ab1bc3a200e2b5d52000f9 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 11 Nov 2024 05:13:47 -0800 Subject: [PATCH] Skip tests for `srtree`, see #7574 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e671b2abc..7714e8481 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8647,6 +8647,7 @@ skipped-tests: - quickcheck-state-machine # test: executable not found - streamt # executable not found - sandwich-contexts # assumes nix is present + - srtree # https://github.com/commercialhaskell/stackage/issues/7574 # end of skipped-tests