Skip to content

Commit

Permalink
test_: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Feb 15, 2025
1 parent c40dbd4 commit 4e27837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-reliability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cd tests-functional; docker compose -f docker-compose.test.reliability.yml up --build --remove-orphans -d

- name: Run tests
run: pytest -n auto -m "reliability" -c tests-functional/pytest.ini --junit-xml=pytest_results.xml --tb=short
run: pytest --reruns 2 -n auto -m "reliability" -c tests-functional/pytest.ini --junit-xml=pytest_results.xml --tb=short

- name: Test Report
if: always()
Expand Down
1 change: 1 addition & 0 deletions tests-functional/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pyright~=1.1.388
black~=24.10.0
pre-commit~=3.6.2
pytest-xdist~=3.6.1
pytest-rerunfailures==13.0

0 comments on commit 4e27837

Please sign in to comment.