From 2d05458621626c14242dc84d33137d698d863d45 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 2 Dec 2023 17:50:40 -0500 Subject: [PATCH] disable 'lsp-test' test suite (#7189) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74b31758..4ac4e573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9175,6 +9175,7 @@ expected-test-failures: - safe-coloured-text-gen # Golden output not found - 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 # doctests can be flaky on the build server, add packages here if # they start causing issues.