Suppress intermittent test failure on hydra

* test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
(eieio-test-37-obsolete-name-in-constructor): Skip on hydra.
This commit is contained in:
Glenn Morris 2017-05-23 20:44:52 -04:00
parent 2a7bd9dc60
commit 2389ba2ebe

View file

@ -893,6 +893,8 @@ Subclasses to override slot attributes.")
(list newname 2))
(ert-deftest eieio-test-37-obsolete-name-in-constructor ()
;; FIXME repeated intermittent failures on hydra (bug#24503)
(skip-unless (not (getenv "NIX_STORE")))
(should (equal (eieio--testing "toto") '("toto" 2))))
(ert-deftest eieio-autoload ()