Skip to content

Commit

Permalink
[FIX] Undercover playing with call stack in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Dec 10, 2024
1 parent d2da093 commit d785893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions syncthing-common-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@

(ert-deftest syncthing-trace-get-prev-func ()
"Retrieve full func call and insert it into own buffer."
(condition-case nil (require 'undercover) (t nil))
(when (fboundp 'undercover)
(ert-skip "Undercover messing up with the call stack..."))
(syncthing-ert-cleanup)
(let* ((name "dummy")
(syncthing-server (syncthing--server :name name))
Expand Down

0 comments on commit d785893

Please sign in to comment.