Skip to content

Commit

Permalink
skip main integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilferrit committed Dec 3, 2024
1 parent c612785 commit 0288d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import subprocess
from pathlib import Path

import pytest
import pyteomics.mztab
from click.testing import CliRunner

Expand All @@ -10,6 +11,7 @@
TEST_DIR = Path(__file__).resolve().parent


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

0 comments on commit 0288d9c

Please sign in to comment.