chore: skip test
parent
440405dbdd
commit
58f45ae22b
|
|
@ -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()}`
|
||||
|
|
|
|||
Loading…
Reference in New Issue