; 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:
parent
7b504f898d
commit
f372508f68
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue