test(matrix): quarantine live block-streaming scenario · openclaw/openclaw@dfe49ae
steipete
·
2026-05-28
·
via Recent Commits to openclaw:main
File tree
extensions/qa-matrix/src/runners/contract
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1230,6 +1230,7 @@ const MATRIX_QA_MEDIA_PROFILE_SCENARIO_IDS = [
|
1230 | 1230 | ] satisfies MatrixQaScenarioId[]; |
1231 | 1231 | |
1232 | 1232 | const MATRIX_QA_EXPLICIT_ONLY_SCENARIO_IDS = new Set<MatrixQaScenarioId>([ |
| 1233 | +"matrix-room-block-streaming", |
1233 | 1234 | "matrix-subagent-thread-spawn", |
1234 | 1235 | ]); |
1235 | 1236 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -315,7 +315,6 @@ describe("matrix live qa scenarios", () => {
|
315 | 315 | "matrix-room-tool-progress-preview-opt-out", |
316 | 316 | "matrix-room-tool-progress-error", |
317 | 317 | "matrix-room-tool-progress-mention-safety", |
318 | | -"matrix-room-block-streaming", |
319 | 318 | "matrix-room-image-understanding-attachment", |
320 | 319 | "matrix-room-generated-image-delivery", |
321 | 320 | "matrix-media-type-coverage", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。