From 12e1e8ff3d9ed2fa48865ed974403c376dc623be Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 20 Sep 2015 02:43:36 +0200 Subject: [PATCH] Disable users-persistent test-suite (agrafix/users#3) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index aec7ce9d..77c5d7dd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1927,6 +1927,9 @@ expected-test-failures: # https://github.com/kazu-yamamoto/ghc-mod/issues/611 - ghc-mod + # https://github.com/agrafix/users/issues/3 + - users-persistent + # Haddocks which are expected to fail. Same concept as expected test failures. expected-haddock-failures: # https://github.com/acw/bytestring-progress/issues/4