Skip to content

Commit

Permalink
test: Added a note to skip some tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Sep 5, 2024
1 parent 6e56e3c commit 33701e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def test_main_abort():
)


# skip this test for CI
def test_main_mapping_example_dir(janitor):
input_dir = "tests/example_dir"
image_format = "png"
Expand All @@ -162,6 +163,7 @@ def test_main_mapping_example_dir(janitor):
assert get_md5(output_dir / "010-0002/20180926_R/metadata.json") == "bbf5c47f9fb28f46b4cc1bf08c311593"


# skip this test for CI
def test_main_mapping_example_dir_relative(janitor):
input_dir = "tests/example_dir"
image_format = "png"
Expand Down

0 comments on commit 33701e1

Please sign in to comment.