~ruther/guix-local

cc6653e7a13d42dbbba398e6b4597b2c544274e6 — TomZ 6 years ago ce1cd43
gnu: flowee: Really disable black-box test.

* 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>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +2 -0
@@ 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) .