diff --git a/.github/actions/smoke-tests/action.yaml b/.github/actions/smoke-tests/action.yaml index c1c6072bc3..25cfcc660d 100644 --- a/.github/actions/smoke-tests/action.yaml +++ b/.github/actions/smoke-tests/action.yaml @@ -107,7 +107,7 @@ runs: --service=nodeport --node-ip=${{ steps.k8s.outputs.cluster_ip }} \ --html=tests-${{ steps.k8s.outputs.cluster }}.html \ --self-contained-html \ - --show-ic-logs=yes --profile -vv -l \ + --show-ic-logs=yes \ -m ${{ inputs.marker != '' && inputs.marker || '""' }} working-directory: ./tests shell: bash diff --git a/tests/pytest.ini b/tests/pytest.ini index 61da48387d..bc177793fb 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --tb=native -r fsxX --disable-warnings +addopts = --tb=native -ra --disable-warnings -x -l --profile -v log_cli=true markers = smoke: marks test as a Smoke test @@ -10,4 +10,4 @@ markers = ingresses: mark test as an Ingresses test appprotect: mark test as an AppProtect test rewrite: mark test as an uri rewrite test - skip_for_nginx_oss: mark test as an Nginx Plus only test \ No newline at end of file + skip_for_nginx_oss: mark test as an Nginx Plus only test