diff --git a/tests/e2e/test_e2e_v27.py b/tests/e2e/test_e2e_v27.py index cb6f74a..8550afe 100644 --- a/tests/e2e/test_e2e_v27.py +++ b/tests/e2e/test_e2e_v27.py @@ -1,12 +1,12 @@ import pytest -pytestmark = pytest.mark.e2e - skip_no_integration = pytest.mark.skipif( not __import__("os").environ.get("RUN_INTEGRATION"), reason="Set RUN_INTEGRATION=1 to run E2E tests against real daemon", ) +pytestmark = [pytest.mark.e2e, skip_no_integration] + """v2.7 端到端测试 — 全链路真实环境 覆盖:项目管理 → Task CRUD → SubTask → Stage进度 → 状态聚合 → 依赖链 → 超时 → Mail → 真实Agent调度