emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 616a93d185a: Tag test in typescript-ts-mode-tests.el as unstabl


From: Michael Albinus
Subject: emacs-30 616a93d185a: Tag test in typescript-ts-mode-tests.el as unstable
Date: Tue, 13 Aug 2024 03:19:46 -0400 (EDT)

branch: emacs-30
commit 616a93d185a9dc394ac9dcea2556060258c4276a
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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.
---
 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]