1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

Tag test in typescript-ts-mode-tests.el as unstable

* test/lisp/progmodes/typescript-ts-mode-tests.el
(typescript-ts-mode-test-indentation): Tag it as :unstable on emba.
This commit is contained in:
Michael Albinus 2024-08-13 09:19:00 +02:00
parent e9e7e3908a
commit 616a93d185

View File

@ -24,6 +24,7 @@
(require 'treesit)
(ert-deftest typescript-ts-mode-test-indentation ()
:tags (if (getenv "EMACS_EMBA_CI") '(:unstable))
(skip-unless (and (treesit-ready-p 'typescript)
(treesit-ready-p 'tsx)))
(ert-test-erts-file (ert-resource-file "indent.erts")))