emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4823fa1: Tag a test as unstable


From: Glenn Morris
Subject: master 4823fa1: Tag a test as unstable
Date: Sat, 13 Jun 2020 13:43:03 -0400 (EDT)

branch: master
commit 4823fa1077e4330bd2574eb54731bb32e6370034
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    Tag a test as unstable
    
    * test/lisp/calendar/lunar-tests.el (lunar-test-phase-list):
    Mark as unstable.  Eg fails on hydra.nixos.org.
---
 test/lisp/calendar/lunar-tests.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/lisp/calendar/lunar-tests.el 
b/test/lisp/calendar/lunar-tests.el
index 8d8a988..d2647aa 100644
--- a/test/lisp/calendar/lunar-tests.el
+++ b/test/lisp/calendar/lunar-tests.el
@@ -42,7 +42,12 @@
   (with-lunar-test
    (should (equal (eclipse-check 1 1) "**  Eclipse **"))))
 
+;; This fails in certain time zones.
+;; Eg TZ=America/Phoenix make lisp/calendar/lunar-tests
+;; Similarly with TZ=UTC.
+;; Daylight saving related?
 (ert-deftest lunar-test-phase-list ()
+  :tags '(:unstable)
   (with-lunar-test
    (should (equal  (lunar-phase-list 3 1871)
                    '(((3 20 1871) "11:03pm" 0 "")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]