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:
Mattias Engdegård 2023-08-09 10:23:28 +02:00
parent 4767f5eaee
commit ff21717f05

View file

@ -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)