Disable failing test (bug#65156)
* test/src/fileio-tests.el (fileio-tests--non-regular-insert): Mark as :unstable, since /dev/urandom is seekable. Do not merge to master.
This commit is contained in:
parent
4767f5eaee
commit
ff21717f05
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ Also check that an encoding error can appear in a symlink."
|
||||||
(should (equal (file-name-concat "" "") "")))
|
(should (equal (file-name-concat "" "") "")))
|
||||||
|
|
||||||
(ert-deftest fileio-tests--non-regular-insert ()
|
(ert-deftest fileio-tests--non-regular-insert ()
|
||||||
|
;; Fails in Emacs 29 because /dev/urandom is typically seekable (bug#65156)
|
||||||
|
:tags '(:unstable)
|
||||||
(skip-unless (file-exists-p "/dev/urandom"))
|
(skip-unless (file-exists-p "/dev/urandom"))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(set-buffer-multibyte nil)
|
(set-buffer-multibyte nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue