File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RAILS_PORT="4100"
77HEALTH_CHECK_URL=" http://localhost:${RAILS_PORT} /up"
88MAVIS_TEST_REPO=" ${MAVIS_TEST_REPO:- " ../manage-vaccinations-in-schools-testing" } "
99E2E_REDIS_URL=" redis://localhost:6380/0"
10- PYTEST_ARGS=(" -m" " not accessibility and not reporting and not imms_api" )
10+ PYTEST_ARGS=(" -m" " not accessibility and not reporting and not imms_api and not pds_api " )
1111
1212# Argument handling
1313
@@ -206,7 +206,7 @@ pushd "$MAVIS_TEST_REPO" > /dev/null
206206
207207echo " [e2e] Running end-to-end tests:"
208208echo " [e2e] BASE_URL=\" http://localhost:${RAILS_PORT} \" uv run pytest ${PYTEST_ARGS[*]} "
209- BASE_URL=" http://localhost:${RAILS_PORT} " uv run pytest -m " not accessibility and not reporting and not imms_api" " ${PYTEST_ARGS[@]} "
209+ BASE_URL=" http://localhost:${RAILS_PORT} " uv run pytest -m " not accessibility and not reporting and not imms_api and not pds_api " " ${PYTEST_ARGS[@]} "
210210PYTEST_EXIT_CODE=$?
211211
212212popd > /dev/null
You can’t perform that action at this time.
0 commit comments