[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master c0ccb18d258: Tag treesit-indirect-buffer as :unstable
From: |
Michael Albinus |
Subject: |
master c0ccb18d258: Tag treesit-indirect-buffer as :unstable |
Date: |
Wed, 14 Aug 2024 03:35:14 -0400 (EDT) |
branch: master
commit c0ccb18d258c3134ac46125b676b676704a3dd00
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
Tag treesit-indirect-buffer as :unstable
* test/src/treesit-tests.el (treesit-indirect-buffer):
Tag it as :unstable on emba.
---
test/src/treesit-tests.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el
index 3431ba5f4dd..30b15a3c0ce 100644
--- a/test/src/treesit-tests.el
+++ b/test/src/treesit-tests.el
@@ -190,6 +190,7 @@
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master c0ccb18d258: Tag treesit-indirect-buffer as :unstable,
Michael Albinus <=