chore: skip test

pull/15848/head^2
Adam 2026-03-11 16:20:56 -05:00
parent 440405dbdd
commit 58f45ae22b
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ async function spot(page: Parameters<typeof test>[0]["page"], file: string) {
}
test("review keeps scroll position after a live diff update", async ({ page, withProject }) => {
test.skip(Boolean(process.env.CI), "Flaky in CI for now.")
test.setTimeout(180_000)
const tag = `review-${Date.now()}`