gnu: flowee: Really disable black-box test.
authorTomZ <tomz@freedommail.ch>
Wed, 27 May 2020 11:21:58 +0000 (13:21 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 30 May 2020 14:41:38 +0000 (16:41 +0200)
* gnu/packages/finance.scm (flowee)[arguments]: The test 'api' has some
  timeouts which fail half the time in a build, so really disable the test.

Signed-off-by: Marius Bakke <marius@gnu.org>
gnu/packages/finance.scm

index f182057..28789c0 100644 (file)
@@ -1546,6 +1546,8 @@ like Flowee the Hub, which Fulcrum connects to over RPC.")
             (lambda _
               (substitute* "testing/CMakeLists.txt"
                 (("test_api") ""))
+              (substitute* "testing/CMakeLists.txt"
+                (("add_subdirectory\\(api\\)") ""))
               #t))
           (add-after 'configure 'set-build-info
             ;; Their genbuild.sh to generate a build.h fails in guix (no .git dir) .