diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index fc5a36c2..75c1c433 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -53,7 +53,7 @@ jobs: - name: Run tests run: | - pytest -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results + pytest -m 'smoke' -n 4 --dist loadgroup --reruns 2 --alluredir=allure-results - name: Get allure history if: always()