Skip to content

Commit 58b9f6b

Browse files
committed
Don't run test if feature not available
* test/jupyter-test.el (jupyter-insert-html): Do it.
1 parent 7bd6390 commit 58b9f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jupyter-test.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246

247247
(ert-deftest jupyter-insert-html ()
248248
:tags '(mime)
249+
(skip-unless (functionp 'libxml-parse-html-region))
249250
(ert-info ("Correct libxml parser is called depending on prolog")
250251
(ert-info ("XML prolog means to parse as XML")
251252
(with-temp-buffer

0 commit comments

Comments
 (0)