Skip to content

Commit

Permalink
Don't run test if feature not available
Browse files Browse the repository at this point in the history
* test/jupyter-test.el (jupyter-insert-html): Do it.
  • Loading branch information
nnicandro committed Nov 18, 2024
1 parent 7bd6390 commit 58b9f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jupyter-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@

(ert-deftest jupyter-insert-html ()
:tags '(mime)
(skip-unless (functionp 'libxml-parse-html-region))
(ert-info ("Correct libxml parser is called depending on prolog")
(ert-info ("XML prolog means to parse as XML")
(with-temp-buffer
Expand Down

0 comments on commit 58b9f6b

Please sign in to comment.