From 0adc3dcacf6a35c5aeedb908b998a672426a39ad Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 1 Aug 2022 10:02:49 -0700 Subject: [PATCH] Properly mention the reason why `serversession-backend-persistent` tests are not run See #6655 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dbc9ec79..1bd87f84 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8046,6 +8046,7 @@ expected-test-failures: - serialport # "The tests need two serial ports as command line arguments" https://github.com/jputcu/serialport/issues/30 - servant-rate-limit # redis - serversession-backend-redis # redis + - serversession-backend-persistent # persistent, see https://github.com/commercialhaskell/stackage/pull/6655#issuecomment-1198868074 - shake # Needs ghc on $PATH with some installed haskell packages - slack-api # needs api key https://github.com/commercialhaskell/stackage/pull/5345 - sourcemap # requires npm installed packages @@ -8239,7 +8240,6 @@ expected-test-failures: - rounded # segfault - shake-language-c # Cannot reproduce locally, looks like it may be a bug in Stack or curator - skein # openfile: does not exist https://github.com/fpco/stackage/issues/1187 - - serversession-backend-persistent # https://github.com/commercialhaskell/stackage/pull/6655#issuecomment-1198868074 # doctests can be flaky on the build server, add packages here if # they start causing issues.