Skip to content

Commit f7dad76

Browse files
committed
Fix tests, maybe
1 parent d5a1498 commit f7dad76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
DJANGO_BPP_DB_PORT: 5433
9595
DJANGO_BPP_DB_USER: postgres
9696
run: |
97-
poetry run pytest --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
97+
poetry run pytest -k test_bpp_notifications --durations=0 --timeout=1200 --verbose -m "selenium" --splinter-headless --splinter-webdriver-executable=/usr/lib/firefox/firefox
9898
9999
- name: Tests (no selenium) with Microsoft Auth
100100
env:

0 commit comments

Comments
 (0)