From 820ecba7cc93d313bd8d3c57c866fe328ccee2a0 Mon Sep 17 00:00:00 2001 From: EYHN Date: Tue, 25 Jun 2024 03:34:15 +0000 Subject: [PATCH] fix(core): skip flaky test (#7319) --- tests/affine-cloud/e2e/collaboration.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/affine-cloud/e2e/collaboration.spec.ts b/tests/affine-cloud/e2e/collaboration.spec.ts index 6394c14cf..a1adb7f23 100644 --- a/tests/affine-cloud/e2e/collaboration.spec.ts +++ b/tests/affine-cloud/e2e/collaboration.spec.ts @@ -120,7 +120,8 @@ test('share page with default edgeless', async ({ page, browser }) => { } }); -test('can collaborate with other user and name should display when editing', async ({ +// SKIP until BS-671 fix +test.skip('can collaborate with other user and name should display when editing', async ({ page, browser, }) => {