]> git.eshelyaron.com Git - emacs.git/commitdiff
Tag test in typescript-ts-mode-tests.el as unstable
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 13 Aug 2024 07:19:00 +0000 (09:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:05:11 +0000 (16:05 +0200)
* test/lisp/progmodes/typescript-ts-mode-tests.el
(typescript-ts-mode-test-indentation): Tag it as :unstable on emba.

(cherry picked from commit 616a93d185a9dc394ac9dcea2556060258c4276a)

test/lisp/progmodes/typescript-ts-mode-tests.el

index effd9551fb0c1e8825c950e7bc8ba17830950901..4771bee5f2768cdf5030f66b59ac8452bca4ba8e 100644 (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")))