test: skip remaining stale live probe routes · openclaw/openclaw@d913fd5
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -98,7 +98,8 @@ describe("live model turn probes", () => {
|
98 | 98 | expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "minimax-m2.5" })).toBe( |
99 | 99 | true, |
100 | 100 | ); |
101 | | -expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "kimi-k2.5" })).toBe(false); |
| 101 | +expect(shouldSkipLiveModelFileProbe({ provider: "opencode-go", id: "kimi-k2.5" })).toBe(true); |
| 102 | +expect(shouldSkipLiveModelFileProbe({ provider: "fireworks", id: "glm-5" })).toBe(false); |
102 | 103 | }); |
103 | 104 | |
104 | 105 | it("skips known stale image probe routes", () => { |
@@ -115,6 +116,9 @@ describe("live model turn probes", () => {
|
115 | 116 | id: "gemini-3.1-pro-preview-customtools", |
116 | 117 | }), |
117 | 118 | ).toBe(true); |
| 119 | +expect( |
| 120 | +shouldSkipLiveModelImageProbe({ provider: "openrouter", id: "amazon/nova-pro-v1" }), |
| 121 | +).toBe(true); |
118 | 122 | expect(shouldSkipLiveModelImageProbe({ provider: "fireworks", id: "glm-5" })).toBe(false); |
119 | 123 | }); |
120 | 124 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。