; Skip 'csharp-ts-mode' test if grammar is missing

* test/lisp/progmodes/csharp-mode-tests.el
(csharp-ts-mode-test-indentation): Skip test instead of
failing.  (Bug#70345)
This commit is contained in:
john muhl 2024-04-27 09:55:42 -05:00 committed by Eli Zaretskii
parent f37f01b504
commit 3e68d413c1

View file

@ -27,6 +27,7 @@
(ert-test-erts-file (ert-resource-file "indent.erts")))
(ert-deftest csharp-ts-mode-test-indentation ()
(skip-unless (treesit-ready-p 'c-sharp))
(ert-test-erts-file (ert-resource-file "indent-ts.erts")))
(provide 'csharp-mode-tests)