branch: externals/hyperbole
commit 7ad3cabb7e179d9636a6750d61dffa18a6805873
Author: Mats Lidell <mats.lid...@lidells.se>
Commit: GitHub <nore...@github.com>

    Revert "Remove skip guard on test that works in batch mode" (#448)
    
    This reverts commit 89b24774234c0ad59a0ab51dd47535abcecd95a6.
    
    This change did not work out in CI/CD nor running locally in
    docker. Reverting to keep rsw branch healthy.
---
 ChangeLog                | 5 -----
 test/hui-select-tests.el | 3 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c4741b6665..2182bb37e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,11 +11,6 @@
               (hsys-org-get-libraries-to-reload): Add to compute wrong
     Org libraries loaded and use in above function.
 
-2024-01-17  Mats Lidell  <ma...@gnu.org>
-
-* test/hui-select-tests.el (hui-select--thing): Remove not interactive
-    guard.
-
 2024-01-16  Mats Lidell  <ma...@gnu.org>
 
 * Makefile (eln): Use echo target for showing build info as part of the
diff --git a/test/hui-select-tests.el b/test/hui-select-tests.el
index 6a72363fb6..fb3ad9f4eb 100644
--- a/test/hui-select-tests.el
+++ b/test/hui-select-tests.el
@@ -3,7 +3,7 @@
 ;; Author:       Mats Lidell <ma...@gnu.org>
 ;;
 ;; Orig-Date:    14-Apr-22 at 23:45:52
-;; Last-Mod:     16-Jan-24 at 17:57:01 by Mats Lidell
+;; Last-Mod:     23-Nov-23 at 02:12:38 by Bob Weiner
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -82,6 +82,7 @@
 
 (ert-deftest hui-select--thing ()
   "`hui-select-thing' selects bigger sections of text when called repeatedly."
+  (skip-unless (not noninteractive))
   (hui-select-reset)
   (with-temp-buffer
     (insert "Buffer\n\nParagraph\nline.  One word.")

Reply via email to