Skip to content

Commit 4579084

Browse files
committed
Small fixes
1 parent 3901694 commit 4579084

File tree

2 files changed

+2
-44
lines changed

2 files changed

+2
-44
lines changed

.github/workflows/test_snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
run: |
3737
python -m pip install -e . --no-deps --force-reinstall
3838
39-
- name: Test with pytest and retry flaky tests up to 3 times
39+
- name: Test with pytest
4040
shell: bash -l {0}
4141
run: |
42-
pytest tests/snapshots --browser chromium -s --junit-xml=test-results.xml
42+
python -m pytest tests/snapshots -s --junit-xml=test-results.xml
4343
4444
- name: Surface failing tests
4545
if: always()

tests/test_snapshots.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)