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-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4635cdb62a8537c5723bc1e2e1130c65f44b6603;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. (cherry picked from commit 616a93d185a9dc394ac9dcea2556060258c4276a) --- 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")))