We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a1498 commit f7dad76Copy full SHA for f7dad76
.github/workflows/tests.yml
@@ -94,7 +94,7 @@ jobs:
94
DJANGO_BPP_DB_PORT: 5433
95
DJANGO_BPP_DB_USER: postgres
96
run: |
97
- poetry run pytest --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
+ poetry run pytest -k test_bpp_notifications --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
98
99
- name: Tests (no selenium) with Microsoft Auth
100
env:
0 commit comments