From: Michael Albinus Date: Tue, 13 Aug 2024 07:19:00 +0000 (+0200) Subject: Tag test in typescript-ts-mode-tests.el as unstable X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~566 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=616a93d185a9dc394ac9dcea2556060258c4276a;p=emacs.git 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. --- diff --git a/test/lisp/progmodes/typescript-ts-mode-tests.el b/test/lisp/progmodes/typescript-ts-mode-tests.el index effd9551fb0..4771bee5f27 100644 --- a/test/lisp/progmodes/typescript-ts-mode-tests.el +++ b/test/lisp/progmodes/typescript-ts-mode-tests.el @@ -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")))