aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-05-23 20:44:52 -0400
committerGlenn Morris2017-05-23 20:44:52 -0400
commit2389ba2ebec4123453796dc5ebbb6452a17ddd92 (patch)
tree48c9582c0083e7f3ddceae54e156ba5918565bd4
parent2a7bd9dc600bab3eeed69bc6b755508868665e3d (diff)
downloademacs-2389ba2ebec4123453796dc5ebbb6452a17ddd92.tar.gz
emacs-2389ba2ebec4123453796dc5ebbb6452a17ddd92.zip
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.
-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 ()