From cb7c82008e18d237b4f33dcd8ff56f2385b45c71 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 16 Jun 2026 19:56:20 -0400 Subject: [PATCH] test(tier2): add tier2_sandbox and tier2_smoke pytest markers --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d558927f..4ea463aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,8 @@ markers = [ "docker: docker build and run test (opt-in via RUN_DOCKER_TEST=1)", "live: marks tests as live visualization tests (not in CI by default)", "clean_baseline: opt-in marker that resets controller state via /api/reset_session before the test starts (FR5, Phase 6 of test_infrastructure_hardening_20260609)", + "tier2_sandbox: opt-in sandbox tests (set TIER2_SANDBOX_TESTS=1)", + "tier2_smoke: opt-in full e2e (set TIER2_SANDBOX_TESTS=1 TIER2_SMOKE=1)", ] [tool.mypy]