mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
fix: feature gate custom syntax cli test
This commit is contained in:
parent
cb90397cce
commit
690d11d729
1 changed files with 1 additions and 0 deletions
|
@ -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"))]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue