branch: elpa/emacsql
commit 70545676f4ad00533fb034e476ca82362c387154
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    test: Expect failure for emacsql-nul-character on Emacs 25
    
    This issue is tracked in #102.
---
 tests/emacsql-external-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/emacsql-external-tests.el b/tests/emacsql-external-tests.el
index 25a1a9318c..7095287410 100644
--- a/tests/emacsql-external-tests.el
+++ b/tests/emacsql-external-tests.el
@@ -52,6 +52,8 @@
 
 (ert-deftest emacsql-nul-character ()
   "Try inserting and retrieving strings with a NUL byte."
+  ;; FIXME #102
+  :expected-result (if (= emacs-major-version 25) :failed :passed)
   (let ((emacsql-global-timeout emacsql-tests-timeout))
     (dolist (factory emacsql-tests-connection-factories)
       (emacsql-with-connection (db (funcall (cdr factory)))

Reply via email to