* test/lisp/progmodes/csharp-mode-tests.el
(csharp-ts-mode-test-indentation): If need to skip the tree-sitter
test, do so silently. (Bug#70345)
(cherry picked from commit
cf839129ce097c2116292cb69217be265f6b35e8)
(ert-test-erts-file (ert-resource-file "indent.erts")))
(ert-deftest csharp-ts-mode-test-indentation ()
- (skip-unless (treesit-ready-p 'c-sharp))
+ (skip-unless (treesit-ready-p 'c-sharp t))
(ert-test-erts-file (ert-resource-file "indent-ts.erts")))
(provide 'csharp-mode-tests)