Skip to content

Commit f7111f0

Browse files
committed
ci: exclude flaky connect_sandbox_async and delete_nonexistent_sandbox tests
These tests fail intermittently due to sandbox expiration (HTTP 404 ERR_NOT_FOUND) and connection errors (HTTP 0). The existing delete_sandbox filter did not match delete_nonexistent_sandbox since it is not a contiguous substring. Change-Id: Id6f81e1879ec5786c39ac4312c1484b490f6c005 Co-developed-by: Claude <noreply@anthropic.com>
1 parent 185c367 commit f7111f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
--ignore=tests/e2e/test_workspace_id.py \
7474
--ignore=tests/e2e/test_sandbox_browser.py \
7575
--ignore=tests/e2e/test_sandbox_code_interpreter.py \
76-
-k "not (invoke or with_credential or model_proxy or process_get or delete_sandbox or connect_nonexistent or sandbox_lifecycle or connect_with_wrong_template or template_validation_code_interpreter_network)"
76+
-k "not (invoke or with_credential or model_proxy or process_get or delete_sandbox or delete_nonexistent_sandbox or connect_nonexistent or connect_sandbox_async or sandbox_lifecycle or connect_with_wrong_template or template_validation_code_interpreter_network)"
7777
7878
- name: E2E Summary
7979
if: always()

0 commit comments

Comments
 (0)