diff mbox series

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

Message ID 20190603220254.3038-1-rob@vllmrt.net
State Accepted
Headers show
Series [bug#36081] gnu: ghc-streaming-commons: Skip tests. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Robert Vollmert June 3, 2019, 10:02 p.m. UTC
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 mbox series

Patch

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 <samplet@ngyro.com>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2018, 2019 Gabriel Hondet <gabrielhondet@gmail.com>
+;;; Copyright © 2019 Robert Vollmert <rob@vllmrt.net>
 ;;;
 ;;; 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)