From 683eede2454312d74558412afbd2552e463422b5 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 25 Jun 2026 19:44:55 +0800 Subject: [PATCH] threads-supervisor sometimes fails (adinapoli/threads-supervisor#33) too many restarts: FAIL (2.00s) test/Tests/Bounded.hs:92: assertContainsNMsg: list exhausted and 1 left. Use -p '/Control.Concurrent.Supervisor.Bounded.too many restarts/' to rerun this test only. 1 out of 12 tests failed (79.38s) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4554f0da..0da8dd85 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8177,6 +8177,7 @@ expected-test-failures: - nsis # Intermittent on non-Windows systems - tdigest # 0.3.1 https://github.com/phadej/tdigest/issues/46 - text-icu # 0.8.0.5 https://github.com/haskell/text-icu/issues/103 + - threads-supervisor # https://github.com/adinapoli/threads-supervisor/issues/33 - tree-diff # 0.3.4 https://github.com/haskellari/tree-diff/issues/79 - wreq