From c14a4ffe67097425824c0565b2bfd2ff92bd8e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E9=98=BF=E6=B1=9F=28Relakkes?= =?UTF-8?q?=29?= Date: Wed, 1 Jul 2026 20:43:07 +0800 Subject: [PATCH] chore: refresh quarantine review window Constraint: providers-real remains a live MiniMax connectivity check, so it stays quarantined from non-live gates. Tested: bun run check:quarantine Tested: bun run check:policy Confidence: high Scope-risk: narrow --- scripts/quality-gate/quarantine.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/quality-gate/quarantine.json b/scripts/quality-gate/quarantine.json index e5c63668..9ec3d4a5 100644 --- a/scripts/quality-gate/quarantine.json +++ b/scripts/quality-gate/quarantine.json @@ -3,9 +3,9 @@ { "id": "server:providers-real", "path": "src/server/__tests__/providers-real.test.ts", - "reason": "Reviewed 2026-06-03: suite still performs a live MiniMax connectivity request with a fake key. Default server/PR gates must stay non-live and should not depend on third-party network responses.", + "reason": "Reviewed 2026-07-01: suite still performs a live MiniMax connectivity request with a fake key. Default server/PR gates must stay non-live and should not depend on third-party network responses.", "owner": "maintainers", - "reviewAfter": "2026-06-17", + "reviewAfter": "2026-07-15", "exitCriteria": "Move the live connectivity assertion into provider-smoke/release-live lanes, or replace it with a deterministic fetch mock so only non-live provider contract coverage remains in check:server." } ]