From a0f283d7f6c68d9d82f669b33798dbe8df9d5ed7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 26 May 2024 13:17:49 -0700 Subject: [PATCH] Re-enable `lsp-test` as currently we have bounds issue. Will re-debug later 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 29a0d1dc..d63467bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9451,7 +9451,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.