|
|
@@ -234,6 +234,7 @@ async function fileOverflow(page: Parameters<typeof test>[0]["page"]) {
|
|
|
}
|
|
|
|
|
|
test("review applies inline comment clicks without horizontal overflow", async ({ page, withProject }) => {
|
|
|
+ test.skip(true, "Flaky in CI for now.")
|
|
|
test.setTimeout(180_000)
|
|
|
|
|
|
const tag = `review-comment-${Date.now()}`
|
|
|
@@ -283,6 +284,7 @@ test("review applies inline comment clicks without horizontal overflow", async (
|
|
|
})
|
|
|
|
|
|
test("review file comments submit on click without clipping actions", async ({ page, withProject }) => {
|
|
|
+ test.skip(true, "Flaky in CI for now.")
|
|
|
test.setTimeout(180_000)
|
|
|
|
|
|
const tag = `review-file-comment-${Date.now()}`
|