aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/emacs-lisp/eieio-tests/eieio-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el b/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
index db601abbd0a..c34560ab585 100644
--- a/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
+++ b/test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
@@ -893,6 +893,8 @@ Subclasses to override slot attributes.")
893 (list newname 2)) 893 (list newname 2))
894 894
895(ert-deftest eieio-test-37-obsolete-name-in-constructor () 895(ert-deftest eieio-test-37-obsolete-name-in-constructor ()
896 ;; FIXME repeated intermittent failures on hydra (bug#24503)
897 (skip-unless (not (getenv "NIX_STORE")))
896 (should (equal (eieio--testing "toto") '("toto" 2)))) 898 (should (equal (eieio--testing "toto") '("toto" 2))))
897 899
898(ert-deftest eieio-autoload () 900(ert-deftest eieio-autoload ()