mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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.
This commit is contained in:
parent
f2b10e1b7f
commit
ab054868af
1 changed files with 0 additions and 9 deletions
|
@ -191,15 +191,6 @@ (define* (retry f #:key times delay)
|
|||
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue