diff options
| author | Michael Albinus | 2019-01-30 09:28:43 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-01-30 09:28:43 +0100 |
| commit | 879d9ce713cb43eadf5bc273619c5bf827bf041c (patch) | |
| tree | f1354144c35a6f81a337323571455a999e7f9269 | |
| parent | 1f82ab7d4e9c92203b36a2e0f79f2f38f1d27e40 (diff) | |
| download | emacs-879d9ce713cb43eadf5bc273619c5bf827bf041c.tar.gz emacs-879d9ce713cb43eadf5bc273619c5bf827bf041c.zip | |
* test/lisp/net/tramp-tests.el
(tramp-test43-asynchronous-requests): Tag it :unstable also for
emba. Adapt `accept-process-output' arguments.
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index c52f0092f60..92ad41b19ad 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -5215,11 +5215,11 @@ Such requests could arrive from timers, process filters and | |||
| 5215 | process sentinels. They shall not disturb each other." | 5215 | process sentinels. They shall not disturb each other." |
| 5216 | ;; The test fails from time to time, w/o a reproducible pattern. So | 5216 | ;; The test fails from time to time, w/o a reproducible pattern. So |
| 5217 | ;; we mark it as unstable. | 5217 | ;; we mark it as unstable. |
| 5218 | :tags '(:expensive-test :unstable) | ||
| 5218 | ;; Recent investigations have uncovered a race condition in | 5219 | ;; Recent investigations have uncovered a race condition in |
| 5219 | ;; `accept-process-output'. Let's check on emba, whether this has | 5220 | ;; `accept-process-output'. Let's check on emba, whether this has |
| 5220 | ;; been solved. | 5221 | ;; been solved. |
| 5221 | :tags | 5222 | ;; (if (getenv "EMACS_EMBA_CI") '(:expensive-test) '(:expensive-test :unstable)) |
| 5222 | (if (getenv "EMACS_EMBA_CI") '(:expensive-test) '(:expensive-test :unstable)) | ||
| 5223 | (skip-unless (tramp--test-enabled)) | 5223 | (skip-unless (tramp--test-enabled)) |
| 5224 | (skip-unless (tramp--test-sh-p)) | 5224 | (skip-unless (tramp--test-sh-p)) |
| 5225 | 5225 | ||
| @@ -5229,7 +5229,6 @@ process sentinels. They shall not disturb each other." | |||
| 5229 | ;; infrequently hangs for hours until killed by the infrastructure. | 5229 | ;; infrequently hangs for hours until killed by the infrastructure. |
| 5230 | (with-timeout (300 (tramp--test-timeout-handler)) | 5230 | (with-timeout (300 (tramp--test-timeout-handler)) |
| 5231 | (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler) | 5231 | (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler) |
| 5232 | (tramp--test-instrument-test-case (if (getenv "EMACS_HYDRA_CI") 10 0) | ||
| 5233 | (let* (;; For the watchdog. | 5232 | (let* (;; For the watchdog. |
| 5234 | (default-directory (expand-file-name temporary-file-directory)) | 5233 | (default-directory (expand-file-name temporary-file-directory)) |
| 5235 | (watchdog | 5234 | (watchdog |