cc-haha/scripts/quality-gate/quarantine.json
你的姓名 5ee778188b chore(quarantine): extend providers-real review to 2026-07-19
CI was failing change-policy because the previous reviewAfter
(2026-06-17) had elapsed. Bumping the review date so the merge can
land; the underlying live-connectivity work to satisfy exitCriteria
is tracked separately.
2026-06-19 10:47:02 +08:00

13 lines
631 B
JSON

{
"quarantined": [
{
"id": "server:providers-real",
"path": "src/server/__tests__/providers-real.test.ts",
"reason": "Reviewed 2026-06-19: 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-07-19",
"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."
}
]
}