From d8c07a79d8aa2fac55e29e8527f2692ce94b8b0d Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Tue, 8 Sep 2020 03:14:51 +0000 Subject: [PATCH] Skips hashtables tests (#5635) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 305c0572..bdac2a64 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5302,6 +5302,7 @@ skipped-tests: - integer-roots # smallcheck, https://github.com/commercialhaskell/stackage/issues/5424 - xlsx # smallcheck, https://github.com/commercialhaskell/stackage/issues/5576 - registry # #5302/closed + - hashtables # hashable, mwc-random https://github.com/commercialhaskell/stackage/issues/5635 # Blocked due to tests failing to compile for GHC 8.6 - async-refresh