1
0
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:
Mathieu Othacehe
2021-02-23 11:24:47 +01:00
parent f2b10e1b7f
commit ab054868af
-9
View File
@@ -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)