marking test as expected to fail given that it relies on the new export engine
* testing/lisp/test-ob-exp.el (ob-exp/export-from-a-temp-buffer): Marking test as expected to fail given that it relies on the new export engine
This commit is contained in:
parent
72fe32f17b
commit
571d26e5ca
|
@ -250,6 +250,7 @@ elements in the final html."
|
|||
(should-not (string-match (regexp-quote "i=\"10\"") ascii)))))
|
||||
|
||||
(ert-deftest ob-exp/export-from-a-temp-buffer ()
|
||||
:expected-result :failed
|
||||
(org-test-with-temp-text
|
||||
"
|
||||
#+Title: exporting from a temporary buffer
|
||||
|
|
Loading…
Reference in New Issue