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
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

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)