Skip to content

Commit d0b5629

Browse files
committed
Remove obsolete step
1 parent b64382d commit d0b5629

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,6 @@ jobs:
184184
echo "::add-mask::$token"
185185
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
186186
187-
# Consider removing - todo
188-
- name: Run proxy deployment e2e test suite
189-
working-directory: e2e
190-
run: poetry run python -m unittest test_deployment
191-
192187
- name: Run proxy e2e test suite
193188
if: ${{ vars.RUN_PROXY_E2E_TESTS == 'true' }}
194189
working-directory: e2e

0 commit comments

Comments
 (0)