]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable failing test (bug#65156)
authorMattias Engdegård <mattiase@acm.org>
Wed, 9 Aug 2023 08:23:28 +0000 (10:23 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 9 Aug 2023 08:23:28 +0000 (10:23 +0200)
* test/src/fileio-tests.el (fileio-tests--non-regular-insert):
Mark as :unstable, since /dev/urandom is seekable.

Do not merge to master.

test/src/fileio-tests.el

index 50642420ce969902c247f32b24751779565bf478..5bc1024ff2081deda3dc0e00123495f9bd3ae3f5 100644 (file)
@@ -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)