diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 21e5a757..0b67fd5b 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -50,7 +50,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -n 4 --dist loadgroup tests/relay/test_rln.py - name: Get allure history if: always()