; Adapt another test to Android

* test/lisp/erc/erc-match-tests.el (erc-add-entry-to-list): Skip
on Android as it hangs for reasons unknown.
This commit is contained in:
Po Lu 2025-03-03 12:51:47 +08:00
parent 7b504f898d
commit f372508f68

View file

@ -28,6 +28,8 @@
(ert-deftest erc-add-entry-to-list ()
;; These tests currently freeze in Android.
(skip-when (featurep 'android))
(let ((erc-pals '("z"))
(erc-match-quote-when-adding 'ask))