summaryrefslogtreecommitdiff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-02-23 11:24:47 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-02-23 11:24:47 +0100
commitab054868afe6a4ba9d8aa9943e265bd6a871d0ae (patch)
treeb4790eda30c54b84bf35cf5ca657e88363b33c9c /gnu/tests
parentf2b10e1b7f067538eaee9a578f8b3f7ae90b1521 (diff)
downloadguix-patches-ab054868afe6a4ba9d8aa9943e265bd6a871d0ae.tar
guix-patches-ab054868afe6a4ba9d8aa9943e265bd6a871d0ae.tar.gz
tests: cuirass: Remove "cuirass running" test.
* gnu/tests/cuirass.scm ("cuirass running"): Remove it as it fails if all the dependencies are not started yet.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/cuirass.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/tests/cuirass.scm b/gnu/tests/cuirass.scm
index e833a047ad..4aa7a29cfb 100644
--- a/gnu/tests/cuirass.scm
+++ b/gnu/tests/cuirass.scm
@@ -191,15 +191,6 @@
(test-begin "cuirass")
- ;; Wait for cuirass to be up and running.
- (test-assert "cuirass running"
- (marionette-eval
- '(begin
- (use-modules (gnu services herd))
- (start-service 'cuirass)
- #t)
- marionette))
-
(test-assert "cuirass-web running"
(begin
(wait-for-tcp-port #$cuirass-web-port marionette)