]> git.eshelyaron.com Git - emacs.git/commitdiff
; Mark erc-nicks test as :unstable
authorF. Jason Park <jp@neverwas.me>
Tue, 11 Feb 2025 05:59:52 +0000 (21:59 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Feb 2025 10:42:52 +0000 (11:42 +0100)
* test/lisp/erc/erc-nicks-tests.el (erc-nicks-track-faces/prioritize):
Mark as :unstable outside of EMBA and ERC's own CI.  (Bug#76188)

(cherry picked from commit 79e5eae8a648a16bed4688f979692eba1e0ce037)

test/lisp/erc/erc-nicks-tests.el

index 1e57fb836722839257b94981af6e3a545dbd65c4..805c41e7023acda7ea30c3992e7713920e125e74 100644 (file)
   (erc-tests-common-kill-buffers))
 
 (ert-deftest erc-nicks-track-faces/prioritize ()
+  :tags (and (null (getenv "CI")) '(:unstable))
+
   (should (eq erc-nicks-track-faces 'prioritize))
   (erc-nicks-tests--track-faces
    (lambda (set-faces assert-result add-face bob-face alice-face)