Disable server-tests/server-force-stop/keeps-frames on riscv64
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 26 Feb 2025 08:13:44 +0000 (16:13 +0800)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 26 Feb 2025 08:13:57 +0000 (16:13 +0800)
This test often hangs on the Debian buildds.
It simply fails on a porterbox, at least for the emacs-nox phase
of the build, though seemingly not the emacs-lucid phase.

test/lisp/server-tests.el

index 444c2f99fa75071aa30c9cdb6da6fbf4e5e33264..02106808518a9c6e18d1f800bed1db1916173425 100644 (file)
@@ -195,7 +195,9 @@ would make it hard to check test results!)  Instead, it only
 tests that `server-force-stop' doesn't delete frames (and even
 then, requires a few tricks to run as a regression test).  So
 long as this works, the problem in bug#58877 shouldn't occur."
-  (skip-unless server-tests/can-create-frames-p)
+  (skip-unless (and server-tests/can-create-frames-p
+                    (not (string-prefix-p "riscv64-"
+                                          system-configuration))))
   (let* ((starting-frames (frame-list))
          (starting-frame-count (length starting-frames))
          terminal)