diff --git a/core/autoload/test.el b/core/autoload/test.el index 60669a57e..a71f4bed5 100644 --- a/core/autoload/test.el +++ b/core/autoload/test.el @@ -75,6 +75,8 @@ If neither is available, run all tests in all enabled modules." "Define a namespaced ERT test." (declare (indent defun) (doc-string 2)) (unless (plist-get body :disabled) + (when (plist-get body :skip) + (push '(ert-skip nil) body)) `(ert-deftest ,(cl-loop with path = (file-relative-name (file-name-sans-extension load-file-name) doom-emacs-dir)