Fix failing api-test (#16027)

This commit is contained in:
Alan Rominger
2025-06-11 14:15:41 -04:00
committed by GitHub
parent 873e6a084c
commit a909083792
2 changed files with 9 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ COLLECTION_SANITY_ARGS ?= --docker
# collection unit testing directories
COLLECTION_TEST_DIRS ?= awx_collection/test/awx
# pytest added args to collect coverage
COVERAGE_ARGS ?= --cov=awx --cov-report=xml --junitxml=reports/junit.xml --no-cov-on-fail
COVERAGE_ARGS ?= --cov=awx --cov-report=xml --junitxml=reports/junit.xml
# pytest test directories
TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests
# pytest args to run tests in parallel