Skip test on windows for now

This commit is contained in:
Kevin van Dijk
2026-02-18 12:36:13 +01:00
parent c845e6a967
commit d4bbfb679f
@@ -32,6 +32,7 @@ test("can close a project via hover card close button", async ({ page, withProje
})
test("closing active project navigates to another open project", async ({ page, withProject }) => {
test.skip(process.platform === "win32", "Skipping on Windows due to workspace interaction issues") // kilocode_change
await page.setViewportSize({ width: 1400, height: 800 })
const other = await createTestProject()