Adam пре 5 месеци
родитељ
комит
6e61a46a84
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      packages/app/e2e/session/session-review.spec.ts

+ 2 - 0
packages/app/e2e/session/session-review.spec.ts

@@ -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("review applies inline comment clicks without horizontal overflow", async ({ page, withProject }) => {
+  test.skip(true, "Flaky in CI for now.")
   test.setTimeout(180_000)
   test.setTimeout(180_000)
 
 
   const tag = `review-comment-${Date.now()}`
   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("review file comments submit on click without clipping actions", async ({ page, withProject }) => {
+  test.skip(true, "Flaky in CI for now.")
   test.setTimeout(180_000)
   test.setTimeout(180_000)
 
 
   const tag = `review-file-comment-${Date.now()}`
   const tag = `review-file-comment-${Date.now()}`