]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag treesit-indirect-buffer as :unstable
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 14 Aug 2024 07:34:52 +0000 (09:34 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 06:44:44 +0000 (08:44 +0200)
* test/src/treesit-tests.el (treesit-indirect-buffer):
Tag it as :unstable on emba.

(cherry picked from commit c0ccb18d258c3134ac46125b676b676704a3dd00)

test/src/treesit-tests.el

index 3431ba5f4ddf6b1d2445e138418f5f902f567cfe..30b15a3c0ceaa38bd21d0109eefe2a5f745577b9 100644 (file)
 
 (ert-deftest treesit-indirect-buffer ()
   "Tests for indirect buffers."
+  :tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
   (skip-unless (treesit-language-available-p 'json))
   (let ((base (get-buffer-create "*treesit test*"))
         parser indirect)