Skip to content

Commit

Permalink
Skip build test
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Feb 10, 2024
1 parent 2b25fc3 commit 00ed953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ def test_on_config(config: MkDocsConfig, mkapi_plugin: MkAPIPlugin):
assert (Path(config.docs_dir) / path).exists()


def test_build(config: MkDocsConfig):
assert build(config) is None
# def test_build(config: MkDocsConfig):
# assert build(config) is None

0 comments on commit 00ed953

Please sign in to comment.