diff options
author | Glenn Morris <rgm@gnu.org> | 2017-05-23 20:44:52 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-05-23 20:44:52 -0400 |
commit | 2389ba2ebec4123453796dc5ebbb6452a17ddd92 (patch) | |
tree | 48c9582c0083e7f3ddceae54e156ba5918565bd4 /test/lisp/emacs-lisp | |
parent | 2a7bd9dc600bab3eeed69bc6b755508868665e3d (diff) | |
download | emacs-2389ba2ebec4123453796dc5ebbb6452a17ddd92.tar.gz |
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.
Diffstat (limited to 'test/lisp/emacs-lisp')
-rw-r--r-- | test/lisp/emacs-lisp/eieio-tests/eieio-tests.el | 2 |
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.") (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 () |