diff options
| author | Glenn Morris | 2020-06-13 10:42:47 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-13 10:42:47 -0700 |
| commit | 4823fa1077e4330bd2574eb54731bb32e6370034 (patch) | |
| tree | c732a27d0a6ea9e7bb7bf38b809afed29e592819 /test | |
| parent | f4b99b34ed182082a17516ab5f99953275cb171d (diff) | |
| download | emacs-4823fa1077e4330bd2574eb54731bb32e6370034.tar.gz emacs-4823fa1077e4330bd2574eb54731bb32e6370034.zip | |
Tag a test as unstable
* test/lisp/calendar/lunar-tests.el (lunar-test-phase-list):
Mark as unstable. Eg fails on hydra.nixos.org.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/calendar/lunar-tests.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/calendar/lunar-tests.el b/test/lisp/calendar/lunar-tests.el index 8d8a988e503..d2647aac03a 100644 --- a/test/lisp/calendar/lunar-tests.el +++ b/test/lisp/calendar/lunar-tests.el | |||
| @@ -42,7 +42,12 @@ | |||
| 42 | (with-lunar-test | 42 | (with-lunar-test |
| 43 | (should (equal (eclipse-check 1 1) "** Eclipse **")))) | 43 | (should (equal (eclipse-check 1 1) "** Eclipse **")))) |
| 44 | 44 | ||
| 45 | ;; This fails in certain time zones. | ||
| 46 | ;; Eg TZ=America/Phoenix make lisp/calendar/lunar-tests | ||
| 47 | ;; Similarly with TZ=UTC. | ||
| 48 | ;; Daylight saving related? | ||
| 45 | (ert-deftest lunar-test-phase-list () | 49 | (ert-deftest lunar-test-phase-list () |
| 50 | :tags '(:unstable) | ||
| 46 | (with-lunar-test | 51 | (with-lunar-test |
| 47 | (should (equal (lunar-phase-list 3 1871) | 52 | (should (equal (lunar-phase-list 3 1871) |
| 48 | '(((3 20 1871) "11:03pm" 0 "") | 53 | '(((3 20 1871) "11:03pm" 0 "") |