diff options
| author | Michael Albinus | 2019-04-13 10:58:17 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-04-13 10:58:17 +0200 |
| commit | ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3 (patch) | |
| tree | bac4194fd58fd9274136c09b86d8911b4b9851e9 /test/lisp/progmodes/python-tests.el | |
| parent | 5a9937beb6347b330ddbb942c9c6f7ce1abb67c9 (diff) | |
| download | emacs-ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3.tar.gz emacs-ae21fb3dbc1a596e5bc18a3b7f8a1460b9b0fca3.zip | |
Replace (skip-unless nil) by tag :unstable in test packages
* test/lisp/filenotify-tests.el (file-notify--deftest-remote):
Use tag :unstable if SKIP is non-nil.
* test/lisp/net/tramp-tests.el (tramp-test36-vc-registered):
Use ert-skip instead of (skip-unless nil).
* test/lisp/progmodes/python-tests.el
(python-tests--python-nav-end-of-statement--infloop): Use tag
:unstable instead of (skip-unless nil).
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index 999cf8dc7a3..b940f45bb90 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -5350,7 +5350,7 @@ buffer with overlapping strings." | |||
| 5350 | ;; The description of the problem it's trying to catch is not clear enough | 5350 | ;; The description of the problem it's trying to catch is not clear enough |
| 5351 | ;; to be able to see if the underlying problem is really fixed, sadly. | 5351 | ;; to be able to see if the underlying problem is really fixed, sadly. |
| 5352 | ;; E.g. I don't know what is meant by "overlap", really. | 5352 | ;; E.g. I don't know what is meant by "overlap", really. |
| 5353 | (skip-unless nil) | 5353 | :tags '(:unstable) |
| 5354 | (python-tests-with-temp-buffer "''' '\n''' ' '\n" | 5354 | (python-tests-with-temp-buffer "''' '\n''' ' '\n" |
| 5355 | (syntax-propertize (point-max)) | 5355 | (syntax-propertize (point-max)) |
| 5356 | ;; Create a situation where strings nominally overlap. This | 5356 | ;; Create a situation where strings nominally overlap. This |