Skip to content

Commit

Permalink
fix test decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Dec 3, 2024
1 parent 0288d9c commit e3b9e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TEST_DIR = Path(__file__).resolve().parent


@pytest.skip("Test run time")
@pytest.mark.skip(reason="Test run time")
def test_train_and_run(
mgf_small,
mzml_small,
Expand Down

0 comments on commit e3b9e03

Please sign in to comment.