From dcc096cb104e8974bb76548448b981795d7892c2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 27 May 2024 08:11:18 -0700 Subject: [PATCH] Now that the build is fixed again, try testing `lsp-test` to see if newer versions have solved breakage Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6ff74d7c..c81c038b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9453,7 +9453,7 @@ expected-test-failures: - genvalidity-text # Suddenly not able to find the executable - safe-coloured-text-layout # Golden output not found - ListLike # listlike-tests: executable not found - - lsp-test # 'posix_spawnp' does not exist, 'hPutBuf: resource vanished (Broken Pipe)' https://github.com/commercialhaskell/stackage/issues/7189 + # lsp-test # 'posix_spawnp' does not exist, 'hPutBuf: resource vanished (Broken Pipe)' https://github.com/commercialhaskell/stackage/issues/7189 # doctests can be flaky on the build server, add packages here if # they start causing issues.