test(matrix): quarantine live block-streaming scenario

This commit is contained in:
Peter Steinberger
2026-05-27 14:15:47 -04:00
parent cff8e4383c
commit dfe49ae2f4
2 changed files with 1 additions and 1 deletions

View File

@@ -1230,6 +1230,7 @@ const MATRIX_QA_MEDIA_PROFILE_SCENARIO_IDS = [
] satisfies MatrixQaScenarioId[];
const MATRIX_QA_EXPLICIT_ONLY_SCENARIO_IDS = new Set<MatrixQaScenarioId>([
"matrix-room-block-streaming",
"matrix-subagent-thread-spawn",
]);

View File

@@ -315,7 +315,6 @@ describe("matrix live qa scenarios", () => {
"matrix-room-tool-progress-preview-opt-out",
"matrix-room-tool-progress-error",
"matrix-room-tool-progress-mention-safety",
"matrix-room-block-streaming",
"matrix-room-image-understanding-attachment",
"matrix-room-generated-image-delivery",
"matrix-media-type-coverage",