gnu: emacs-robot-log: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-robot-log)[arguments]<tests?>:
Skip them.

Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Nicolas Graves 2025-05-18 10:16:03 +02:00 committed by Liliana Marie Prikler
parent 84dddc5fb8
commit 7bb8201e61
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9508,6 +9508,9 @@ keywords and smart indentation.")
(base32
"1l9yxryrhvylh2x17cczd8v8978w1nv8173d4l9hv0cr26kp5b68"))))
(build-system emacs-build-system)
(arguments
;; XXX: Tests are currently broken due to python-robotframework.
(list #:tests? #f))
(native-inputs (list python-robotframework))
(home-page "https://sr.ht/~apteryx/emacs-robot-log/")
(synopsis "Emacs major mode for viewing RobotFramework debug log files")