From 5d5beeff8d4e95c8e2604fffe68bc86f6bef0817 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 4 Apr 2022 06:51:23 -0700 Subject: [PATCH] Disable tests for `unordered-containers` due to #6525 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a05f78e5..a2d11581 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7988,6 +7988,9 @@ skipped-tests: # ??? - incremental-parser # 0.5.0.3 Main: executable not found + + # missing package + - unordered-containers # https://github.com/commercialhaskell/stackage/issues/6525 # end of skipped-tests # Tests listed in expected-test-failures configure correctly but may fail to run