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>
This commit is contained in:
parent
ce1cd43404
commit
cc6653e7a1
1 changed files with 2 additions and 0 deletions
|
@ -1546,6 +1546,8 @@ like Flowee the Hub, which Fulcrum connects to over RPC.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "testing/CMakeLists.txt"
|
(substitute* "testing/CMakeLists.txt"
|
||||||
(("test_api") ""))
|
(("test_api") ""))
|
||||||
|
(substitute* "testing/CMakeLists.txt"
|
||||||
|
(("add_subdirectory\\(api\\)") ""))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'configure 'set-build-info
|
(add-after 'configure 'set-build-info
|
||||||
;; Their genbuild.sh to generate a build.h fails in guix (no .git dir) .
|
;; Their genbuild.sh to generate a build.h fails in guix (no .git dir) .
|
||||||
|
|
Reference in a new issue