; 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.
This commit is contained in:
parent
f9ecde75bb
commit
601a1f1f27
1 changed files with 1 additions and 0 deletions
|
@ -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 ^.
|
||||
|
|
Loading…
Add table
Reference in a new issue