guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: tests: cuirass: Remove "cuirass running" test.


From: guix-commits
Subject: 03/03: tests: cuirass: Remove "cuirass running" test.
Date: Tue, 23 Feb 2021 05:27:10 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit ab054868afe6a4ba9d8aa9943e265bd6a871d0ae
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Feb 23 11:24:47 2021 +0100

    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.
---
 gnu/tests/cuirass.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/tests/cuirass.scm b/gnu/tests/cuirass.scm
index e833a04..4aa7a29 100644
--- a/gnu/tests/cuirass.scm
+++ b/gnu/tests/cuirass.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]