Disable failing SCCS tests on the release branch

These are broken and we don't have an SCCS expert to fix them at
present.  This shouldn't block the Emacs 31 release because SCCS
is a relatively obscure VCS.

* test/lisp/vc/vc-tests/vc-tests.el (vc-test-sccs05-rename-file)
(vc-test-sccs10-rename-directory): Mark as expected to fail.
Do not merge to master.
This commit is contained in:
Sean Whitton 2026-07-03 10:55:53 +01:00
parent 388adcc570
commit c794719167

View file

@ -1167,6 +1167,7 @@ This checks also `vc-backend' and `vc-responsible-backend'."
,(intern (format "vc-test-%s05-rename-file" backend-string)) ()
,(format "Check `vc-rename-file' for the %s backend."
backend-string)
,@(and (eq backend 'SCCS) '(:expected-result :failed))
(skip-unless
(ert-test-passed-p
(ert-test-most-recent-result
@ -1252,6 +1253,7 @@ This checks also `vc-backend' and `vc-responsible-backend'."
,(intern (format "vc-test-%s10-rename-directory" backend-string)) ()
,(format "Check `vc-rename-file' with directories for the %s backend."
backend-string)
,@(and (eq backend 'SCCS) '(:expected-result :failed))
(skip-unless
(ert-test-passed-p
(ert-test-most-recent-result