branch: externals/hyperbole
commit f48c3e08ad4ad428575bd42f39fb5bbf9b082db8
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
Mask test from before org-version 9.6
---
test/hywiki-tests.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/hywiki-tests.el b/test/hywiki-tests.el
index 78f5073ea6..e18b3a689c 100644
--- a/test/hywiki-tests.el
+++ b/test/hywiki-tests.el
@@ -2212,6 +2212,7 @@ expected result."
(ert-deftest hywiki-tests--completion-at-point ()
"Verify `hywiki-completion-at-point' returns proper completion candidates."
+ (skip-unless (version<= "9.6" (org-version)))
(hywiki-tests--preserve-hywiki-mode
(ert-info ("Nothing to complete")
(should-not (hywiki-tests--remove-keyword-args
(hywiki-completion-at-point))))