emacs-diffs
[Top][All Lists]
Advanced

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

master d8c0bfb2655: ; * test/lisp/erc/erc-stamp-tests.el (erc-echo-times


From: F. Jason Park
Subject: master d8c0bfb2655: ; * test/lisp/erc/erc-stamp-tests.el (erc-echo-timestamp): Tag unstable.
Date: Wed, 13 Sep 2023 19:07:52 -0400 (EDT)

branch: master
commit d8c0bfb2655631a83867629f1bfc6ec8c5b55f10
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    ; * test/lisp/erc/erc-stamp-tests.el (erc-echo-timestamp): Tag unstable.
---
 test/lisp/erc/erc-stamp-tests.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/lisp/erc/erc-stamp-tests.el b/test/lisp/erc/erc-stamp-tests.el
index b00aa6dcabf..46a05729066 100644
--- a/test/lisp/erc/erc-stamp-tests.el
+++ b/test/lisp/erc/erc-stamp-tests.el
@@ -275,6 +275,8 @@
         (kill-buffer)))))
 
 (ert-deftest erc-echo-timestamp ()
+  :tags (and (null (getenv "CI")) '(:unstable))
+
   (should-not erc-echo-timestamps)
   (should-not erc-stamp--last-stamp)
   (insert (propertize "abc" 'erc-timestamp 433483200))
@@ -298,8 +300,9 @@
                    "1983-09-27 00:00:00 EDT"))
     ;; Interactive with zone
     (let ((current-prefix-arg '(4)))
-      (should (equal (call-interactively #'erc-echo-timestamp)
-                     "1983-09-27 04:00:00 GMT")))
+      (should (member (call-interactively #'erc-echo-timestamp)
+                      '("1983-09-27 04:00:00 GMT"
+                        "1983-09-27 04:00:00 UTC"))))
     (let ((current-prefix-arg -7))
       (should (equal (call-interactively #'erc-echo-timestamp)
                      "1983-09-26 21:00:00 -07")))))



reply via email to

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