diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-13 09:57:56 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-04-13 10:02:46 +0200 |
commit | 822eacc6bb0878323e6687d4460a7c53066545e1 (patch) | |
tree | 255ad1048e312066b9b5c2642eb3dd9577451311 /gnu/tests/base.scm | |
parent | c311147bd16aa0e5746d9cbf31502f5fd61e470c (diff) |
tests: halt: Fix it.
This fixes: <https://issues.guix.gnu.org/47727>. 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.
Diffstat (limited to 'gnu/tests/base.scm')
-rw-r--r-- | gnu/tests/base.scm | 4 |
1 files changed, 0 insertions, 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" |