From d5049ee0265556e92b6a8e460c26bc8c1e074a41 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 21 Feb 2013 12:38:48 +0200 Subject: [PATCH] Skip punycode test suite --- Stackage/Config.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 7005e972..4b466f60 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -66,6 +66,9 @@ defaultExpectedFailures = fromList $ map PackageName -- https://github.com/ekmett/hyphenation/issues/1 , "hyphenation" + + -- Test suite takes too long to run on some systems + , "punycode" ] -- | List of packages for our stable Hackage. All dependencies will be