Skip to content

Commit eb43b37

Browse files
committed
Disable PDS api tests in bin/e2e script
1 parent a58aaf9 commit eb43b37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/e2e

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RAILS_PORT="4100"
77
HEALTH_CHECK_URL="http://localhost:${RAILS_PORT}/up"
88
MAVIS_TEST_REPO="${MAVIS_TEST_REPO:-"../manage-vaccinations-in-schools-testing"}"
99
E2E_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

207207
echo "[e2e] Running end-to-end tests:"
208208
echo "[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[@]}"
210210
PYTEST_EXIT_CODE=$?
211211

212212
popd > /dev/null

0 commit comments

Comments
 (0)