Skip to content

Commit

Permalink
fix slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Apr 2, 2024
1 parent 9b1b804 commit 6a8a920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formats/image-dimension-stacking-tool/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from polus.images.formats.image_dimension_stacking.__main__ import app
from pathlib import Path
from typing import Union
import pytest


def test_cli(synthetic_images: tuple[Union[str, Path]], output_directory: Path) -> None:
Expand All @@ -25,6 +26,7 @@ def test_cli(synthetic_images: tuple[Union[str, Path]], output_directory: Path)
assert result.exit_code == 0


@pytest.mark.skipif("not config.getoption('slow')")
def test_multipattern_cli(
synthetic_multi_images: Union[str, Path], output_directory: Path
) -> None:
Expand Down

0 comments on commit 6a8a920

Please sign in to comment.