mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
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
13 lines
631 B
JSON
13 lines
631 B
JSON
{
|
|
"quarantined": [
|
|
{
|
|
"id": "server:providers-real",
|
|
"path": "src/server/__tests__/providers-real.test.ts",
|
|
"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-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."
|
|
}
|
|
]
|
|
}
|