Skip to content

Commit

Permalink
Restored ignored tests on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Jun 25, 2024
1 parent 056d192 commit 4665a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Haven tests with pytest in Xvfb
run: xvfb-run python -m pytest src/haven -vv --timeout=30
- name: Firefly tests with pytest in Xvfb
run: xvfb-run python -m pytest --ignore src/firefly/tests/test_area_detector_display.py --ignore src/firefly/tests/test_xrf_detector_display.py src/firefly -vv --timeout=30
run: xvfb-run python -m pytest src/firefly -vv --timeout=30
- name: Reporting linting
run: |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Expand Down

0 comments on commit 4665a8f

Please sign in to comment.