X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1f6898d0510cd15455f665c0f38451755a374243:/test/automated/tramp-tests.el..c7bef6a4f033fa6b22906de0be6da54958d5b3c3:/test/lisp/net/tramp-tests.el diff --git a/test/automated/tramp-tests.el b/test/lisp/net/tramp-tests.el similarity index 99% rename from test/automated/tramp-tests.el rename to test/lisp/net/tramp-tests.el index a29e42e734..305ca9d677 100644 --- a/test/automated/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -1395,7 +1395,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (ert-deftest tramp-test26-process-file () "Check `process-file'." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (not @@ -1442,7 +1441,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (ert-deftest tramp-test27-start-file-process () "Check `start-file-process'." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (not @@ -1512,7 +1510,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (ert-deftest tramp-test28-shell-command () "Check `shell-command'." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (not @@ -1600,7 +1597,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (ert-deftest tramp-test29-vc-registered () "Check `vc-registered'." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -1971,7 +1967,6 @@ Several special characters do not work properly there." (ert-deftest tramp-test31-special-characters-with-stat () "Check special characters in file names. Use the `stat' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -1990,7 +1985,6 @@ Use the `stat' command." (ert-deftest tramp-test31-special-characters-with-perl () "Check special characters in file names. Use the `perl' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2012,7 +2006,6 @@ Use the `perl' command." (ert-deftest tramp-test31-special-characters-with-ls () "Check special characters in file names. Use the `ls' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2052,7 +2045,6 @@ Use the `ls' command." (ert-deftest tramp-test32-utf8-with-stat () "Check UTF8 encoding in file names and file contents. Use the `stat' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2071,7 +2063,6 @@ Use the `stat' command." (ert-deftest tramp-test32-utf8-with-perl () "Check UTF8 encoding in file names and file contents. Use the `perl' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2093,7 +2084,6 @@ Use the `perl' command." (ert-deftest tramp-test32-utf8-with-ls () "Check UTF8 encoding in file names and file contents. Use the `ls' command." - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2119,7 +2109,6 @@ Such requests could arrive from timers, process filters and process sentinels. They shall not disturb each other." ;; Mark as failed until bug has been fixed. :expected-result :failed - :tags '(:expensive-test) (skip-unless (tramp--test-enabled)) (skip-unless (eq @@ -2231,7 +2220,6 @@ process sentinels. They shall not disturb each other." Since it unloads Tramp, it shall be the last test to run." ;; Mark as failed until all symbols are unbound. :expected-result (if (featurep 'tramp) :failed :passed) - :tags '(:expensive-test) (when (featurep 'tramp) (unload-feature 'tramp 'force) ;; No Tramp feature must be left.