diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-09-10 20:25:19 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-09-10 20:25:19 +0200 |
commit | 262d0c6acfe898d826b6037bc1155a21fa785f1e (patch) | |
tree | 6aad97c64eb1d66e090ea4d52acc3fa0b1b3f0de /test/lisp/emacs-lisp/package-tests.el | |
parent | be4c4a7389cf0a47bc2c3e2896d4d0e2f09daa16 (diff) | |
download | emacs-262d0c6acfe898d826b6037bc1155a21fa785f1e.tar.gz emacs-262d0c6acfe898d826b6037bc1155a21fa785f1e.tar.bz2 emacs-262d0c6acfe898d826b6037bc1155a21fa785f1e.zip |
Mark some tests as expensive
* test/lisp/autorevert-tests.el
(auto-revert-test00-auto-revert-mode)
(auto-revert-test03-auto-revert-tail-mode)
(auto-revert-test04-auto-revert-mode-dired):
* test/lisp/cedet/semantic-utest-c.el
(semantic-test-c-preprocessor-simulation):
* test/lisp/cedet/srecode-utest-getset.el
(srecode-utest-getset-output):
* test/lisp/emacs-lisp/cl-seq-tests.el (cl-seq-test-bug24264):
* test/lisp/emacs-lisp/package-tests.el
(package-test-update-archives-async):
* test/lisp/filenotify-tests.el (file-notify-test03-events)
(file-notify-test04-autorevert)
(file-notify-test05-file-validity, file-notify-test08-backup):
* test/lisp/net/gnutls-tests.el (test-gnutls-005-aead-ciphers):
* test/lisp/shadowfile-tests.el (shadow-test00-clusters)
(shadow-test09-shadow-copy-files):
Diffstat (limited to 'test/lisp/emacs-lisp/package-tests.el')
-rw-r--r-- | test/lisp/emacs-lisp/package-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/package-tests.el b/test/lisp/emacs-lisp/package-tests.el index dd8ae39c7ef..cbb2410f953 100644 --- a/test/lisp/emacs-lisp/package-tests.el +++ b/test/lisp/emacs-lisp/package-tests.el @@ -492,6 +492,7 @@ Must called from within a `tar-mode' buffer." (ert-deftest package-test-update-archives-async () "Test updating package archives asynchronously." + :tags '(:expensive-test) (skip-unless (executable-find "python2")) (let* ((package-menu-async t) (default-directory package-test-data-dir) |