guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests.


From: Robert Vollmert
Subject: [bug#36081] [PATCH] gnu: ghc-streaming-commons: Skip tests.
Date: Tue, 4 Jun 2019 00:02:54 +0200

There's a sporadic test failure, showing up particularly in Nix/Guix
builds: https://github.com/fpco/streaming-commons/issues/49.

* gnu/packages/haskell.scm (ghc-streaming-commons): Skip tests.
---
 gnu/packages/haskell.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 822b0499b6..a6eb7c3701 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -17,6 +17,7 @@
 ;;; Copyright © 2018, 2019 Timothy Sample <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <address@hidden>
+;;; Copyright © 2019 Robert Vollmert <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1815,6 +1816,8 @@ version 1.3).")
         (base32
          "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
     (build-system haskell-build-system)
+    (arguments
+     `(#:tests? #f))  ; sporadic failure: 
https://github.com/fpco/streaming-commons/issues/49
     (inputs
      `(("ghc-async" ,ghc-async)
        ("ghc-blaze-builder" ,ghc-blaze-builder)
-- 
2.20.1 (Apple Git-117)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]