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:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user