From 822eacc6bb0878323e6687d4460a7c53066545e1 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 13 Apr 2021 09:57:56 +0200 Subject: tests: halt: Fix it. This fixes: . The OCR prompt detection is failing, so remove it altogether. It looks like the test doesn't need the prompt detection delay to work properly. * gnu/tests/base.scm (run-halt-test): Remove failing OCR detection. --- gnu/tests/base.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm index e5f9b87b1d..9429a10b75 100644 --- a/gnu/tests/base.scm +++ b/gnu/tests/base.scm @@ -555,10 +555,6 @@ functionality tests.") (start-service 'term-tty1)) marionette) (marionette-type "root\n" marionette) - (wait-for-screen-text marionette - (lambda (text) - (string-contains text "root@komputilo")) - #:ocrad ocrad) ;; Start tmux and wait for it to be ready. (marionette-type "tmux new-session 'echo 1 > /ready; bash'\n" -- cgit v1.2.3