Set test to fail with newer org version

* yasnippet-tests.el (yas-org-native-tab-in-source-block): Expect to
fail for org 9.x.
This commit is contained in:
Noam Postavsky 2017-11-25 18:00:38 -05:00
parent 35a4df769c
commit 4ab9cb5bac

View File

@ -1340,7 +1340,7 @@ TODO: be meaner"
(ert-deftest yas-org-native-tab-in-source-block () (ert-deftest yas-org-native-tab-in-source-block ()
"Test expansion of snippets in org source blocks." "Test expansion of snippets in org source blocks."
:expected-result (if (fboundp 'org-in-src-block-p) :expected-result (if (and (fboundp 'org-in-src-block-p) (version< (org-version) "9"))
:passed :failed) :passed :failed)
(yas-saving-variables (yas-saving-variables
(yas-with-snippet-dirs (yas-with-snippet-dirs