]> git.eshelyaron.com Git - emacs.git/commitdiff
; Mark ERC keep-place-indicator test as :unstable
authorF. Jason Park <jp@neverwas.me>
Wed, 8 Jan 2025 01:17:50 +0000 (17:17 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 8 Jan 2025 08:58:38 +0000 (09:58 +0100)
* test/lisp/erc/erc-scenarios-keep-place-indicator.el
(erc-scenarios-keep-place-indicator--follow): Don't run on EMBA pending
investigation of test timing out.

(cherry picked from commit 601a1f1f2797488ea40292c27945fbfbe1bc3241)

test/lisp/erc/erc-scenarios-keep-place-indicator.el

index 90bccf1b794b2ffc54c585a0844480bea8306d36..e89560ae77283f11976997fb04e60bad89260644 100644 (file)
@@ -31,6 +31,7 @@
 ;; away, the indicator is updated if it's earlier in the buffer.
 (ert-deftest erc-scenarios-keep-place-indicator--follow ()
   :tags `(:expensive-test
+          ,@(and (getenv "EMACS_EMBA_CI") '(:unstable))
           ,@(and (getenv "ERC_TESTS_GRAPHICAL") '(:erc--graphical)))
   (when (version< emacs-version "29") (ert-skip "Times out"))
   ;; XXX verify that this continues to be the case ^.