Skip to content

Commit

Permalink
Exclude Genius tests since it fails in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed Jun 12, 2024
1 parent fe0a81d commit 3a4c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
poetry install
- name: Running provider tests
run: poetry run python -m pytest -k "not netease" --durations=0 -vv -s --log-cli-level=DEBUG tests.py
run: poetry run python -m pytest -k "not genius and not netease" --durations=0 -vv -s --log-cli-level=DEBUG tests.py

0 comments on commit 3a4c880

Please sign in to comment.