emacs-diffs
[Top][All Lists]
Advanced

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

master 601a1f1f279 3/3: ; Mark ERC keep-place-indicator test as :unstabl


From: F. Jason Park
Subject: master 601a1f1f279 3/3: ; Mark ERC keep-place-indicator test as :unstable
Date: Tue, 7 Jan 2025 20:39:02 -0500 (EST)

branch: master
commit 601a1f1f2797488ea40292c27945fbfbe1bc3241
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    ; Mark ERC keep-place-indicator test as :unstable
    
    * 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.
---
 test/lisp/erc/erc-scenarios-keep-place-indicator.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/erc/erc-scenarios-keep-place-indicator.el 
b/test/lisp/erc/erc-scenarios-keep-place-indicator.el
index 90bccf1b794..e89560ae772 100644
--- a/test/lisp/erc/erc-scenarios-keep-place-indicator.el
+++ b/test/lisp/erc/erc-scenarios-keep-place-indicator.el
@@ -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 ^.



reply via email to

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