From 4635cdb62a8537c5723bc1e2e1130c65f44b6603 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 13 Aug 2024 09:19:00 +0200 Subject: [PATCH] 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) --- test/lisp/progmodes/typescript-ts-mode-tests.el | 1 + 1 file changed, 1 insertion(+) 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"))) -- 2.39.2