Skip to content

Commit fad605f

Browse files
Merge pull request #1267 from oriontech-me/quarantine/issue-1265-modelinput-sidebar
test(quarantine): quarantine modelInputComponent's model-selector test (#1265)
2 parents ae2efa9 + 43cf799 commit fad605f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tests/tests-automations/regression/core-functionality/llm-agents/modelInputComponent.spec.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ test.describe("ModelInputComponent", () => {
6060
}
6161
});
6262

63-
test(
63+
// Quarantined for #1265 — recurrent flake: the wait that times out is
64+
// `sidebar-search-input`, not the model selector this test is named for
65+
// (same signature on the 2026-07-15 and 2026-08-04 dailies). Lifting the
66+
// quarantine (remove test.fixme + restore @stable) is a deliverable of #1265.
67+
test.fixme(
6468
"the Language Model node renders its model selector",
65-
{ tag: ["@stable", "@release", "@components", "@workspace", "@model-provider"] },
69+
{ tag: ["@release", "@components", "@workspace", "@model-provider"] },
6670
async ({ page }) => {
6771
const node = await addLanguageModelNode(page);
6872
await expect(node.getByTestId("model_model")).toBeVisible({ timeout: 10000 });

0 commit comments

Comments
 (0)