tests: cuirass: Remove "cuirass running" test.
authorMathieu Othacehe <othacehe@gnu.org>
Tue, 23 Feb 2021 10:24:47 +0000 (11:24 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Tue, 23 Feb 2021 10:24:47 +0000 (11:24 +0100)
* gnu/tests/cuirass.scm ("cuirass running"): Remove it as it fails if all the
dependencies are not started yet.

gnu/tests/cuirass.scm

index e833a04..4aa7a29 100644 (file)
 
             (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)