fix: feature gate custom syntax cli test

This commit is contained in:
Robert DiMartino 2022-08-24 12:58:27 -04:00
parent cb90397cce
commit 690d11d729

View file

@ -8,6 +8,7 @@ fn cli_tests() {
t.skip("tests/cmd/example.md");
t.skip("tests/cmd/log_level.md");
t.skip("tests/cmd/vimwiki_not_templated.md");
t.skip("tests/cmd/custom_syntax_highlighting.md");
}
#[cfg(not(feature = "serve"))]
{