summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/src/fileio-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/fileio-tests.el b/test/src/fileio-tests.el
index 50642420ce9..5bc1024ff20 100644
--- a/test/src/fileio-tests.el
+++ b/test/src/fileio-tests.el
@@ -194,6 +194,8 @@ Also check that an encoding error can appear in a symlink."
(should (equal (file-name-concat "" "") "")))
(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"))
(with-temp-buffer
(set-buffer-multibyte nil)