branch: externals/org
commit b89fda2c7eac2d319a370ecc644107e4156561aa
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    fix typo in 5b419c80d
    
    * testing/lisp/test-ox-publish.el (test-org-publish/resolve-external-link):
    skip-when is not a thing.
---
 testing/lisp/test-ox-publish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-ox-publish.el b/testing/lisp/test-ox-publish.el
index 771dc7fcc7..900035f37d 100644
--- a/testing/lisp/test-ox-publish.el
+++ b/testing/lisp/test-ox-publish.el
@@ -518,7 +518,7 @@ Test updates of source and config file."
   "Test `org-publish-resolve-external-link' specifications."
   ;; FIXME: Disabling because of CI-only failures that I was not able
   ;; track.
-  (skip-when t)
+  (skip-unless nil)
   ;; Function should preserve internal reference when used between
   ;; published files.
   (should

Reply via email to