mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-04 16:25:54 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user