diff options
| author | F. Jason Park | 2025-01-07 17:17:50 -0800 |
|---|---|---|
| committer | F. Jason Park | 2025-01-07 17:34:42 -0800 |
| commit | 601a1f1f2797488ea40292c27945fbfbe1bc3241 (patch) | |
| tree | 6603a54e961a53246e90c5e308eeb43ec0130138 /test | |
| parent | f9ecde75bbcd315557481585a1146f976f719504 (diff) | |
| download | emacs-601a1f1f2797488ea40292c27945fbfbe1bc3241.tar.gz emacs-601a1f1f2797488ea40292c27945fbfbe1bc3241.zip | |
; 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.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/erc-scenarios-keep-place-indicator.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 31 | ;; away, the indicator is updated if it's earlier in the buffer. | 31 | ;; away, the indicator is updated if it's earlier in the buffer. |
| 32 | (ert-deftest erc-scenarios-keep-place-indicator--follow () | 32 | (ert-deftest erc-scenarios-keep-place-indicator--follow () |
| 33 | :tags `(:expensive-test | 33 | :tags `(:expensive-test |
| 34 | ,@(and (getenv "EMACS_EMBA_CI") '(:unstable)) | ||
| 34 | ,@(and (getenv "ERC_TESTS_GRAPHICAL") '(:erc--graphical))) | 35 | ,@(and (getenv "ERC_TESTS_GRAPHICAL") '(:erc--graphical))) |
| 35 | (when (version< emacs-version "29") (ert-skip "Times out")) | 36 | (when (version< emacs-version "29") (ert-skip "Times out")) |
| 36 | ;; XXX verify that this continues to be the case ^. | 37 | ;; XXX verify that this continues to be the case ^. |