Skip to content

Commit

Permalink
Ignore test_large_log.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShirnia committed Apr 30, 2024
1 parent db1c4e5 commit a64ce64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker run --rm \
-v ${{ github.workspace }}:/app \
${{ env.REPOSITORY }}:${{ matrix.python-version }}-pytest \
pytest -v --ignore=tests/test_system.py
pytest -v --ignore=tests/test_system.py --ignore tests/test_large_log.py
test-systems:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a64ce64

Please sign in to comment.