diff options
| author | Michael Albinus | 2019-01-29 22:17:06 +0100 |
|---|---|---|
| committer | Michael Albinus | 2019-01-29 22:17:06 +0100 |
| commit | 1f82ab7d4e9c92203b36a2e0f79f2f38f1d27e40 (patch) | |
| tree | 7720a6d6d85f38a36ee4c6f78f87a5b89920c829 | |
| parent | 7022acb065ab73930c2b4d6ca3ddb3531704d374 (diff) | |
| download | emacs-1f82ab7d4e9c92203b36a2e0f79f2f38f1d27e40.tar.gz emacs-1f82ab7d4e9c92203b36a2e0f79f2f38f1d27e40.zip | |
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Tag as :unstable.
| -rw-r--r-- | test/lisp/filenotify-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 50036209b0f..ef1271dac42 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el | |||
| @@ -266,7 +266,7 @@ This returns only for the local case and gfilenotify; otherwise it is nil. | |||
| 266 | (declare (indent 1)) | 266 | (declare (indent 1)) |
| 267 | `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) () | 267 | `(ert-deftest ,(intern (concat (symbol-name test) "-remote")) () |
| 268 | ,docstring | 268 | ,docstring |
| 269 | :tags '(:expensive-test) | 269 | :tags '(:expensive-test :unstable) |
| 270 | :expected-result (or ,expected :passed) | 270 | :expected-result (or ,expected :passed) |
| 271 | (skip-unless (not ,skip)) | 271 | (skip-unless (not ,skip)) |
| 272 | (let* ((temporary-file-directory | 272 | (let* ((temporary-file-directory |