Skip to content

Commit

Permalink
edit skip reason for benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 16, 2023
1 parent 3703c4a commit b04a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/test_cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def asv_config_monkeypatched_path(tmp_path: Path) -> str:
return str(asv_monkeypatched_path)


@pytest.mark.skip(reason="will be worked on a separate PR")
@pytest.mark.skip(reason="focus of PR32")
def test_run_benchmarks(asv_config_monkeypatched_path):
# --- ideally monkeypatch an asv config so that results are in tmp_dir?

Expand Down

0 comments on commit b04a067

Please sign in to comment.